-- MySQL dump 10.9
--
-- Host: localhost    Database: forum
-- ------------------------------------------------------
-- Server version	4.1.20

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

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

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

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


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

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

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

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


/*!40000 ALTER TABLE `adminhelp` DISABLE KEYS */;
LOCK TABLES `adminhelp` WRITE;
INSERT INTO `adminhelp` VALUES (1,'accessmask','','',1,1,'vbulletin'),(2,'accessmask','edit','',1,1,'vbulletin'),(3,'accessmask','modify','',1,1,'vbulletin'),(4,'accessmask','quickedit','',1,1,'vbulletin'),(5,'accessmask','resetall','',1,1,'vbulletin'),(6,'admincalendar','','',1,1,'vbulletin'),(7,'admincalendar','add','',1,1,'vbulletin'),(8,'admincalendar','add,edit','title',20,1,'vbulletin'),(9,'admincalendar','add,edit','displayorder',40,1,'vbulletin'),(10,'admincalendar','add,edit','customfields',50,1,'vbulletin'),(11,'admincalendar','add,edit','neweventemail',60,1,'vbulletin'),(12,'admincalendar','add,edit','moderatenew',70,1,'vbulletin'),(13,'admincalendar','add,edit','daterange',75,1,'vbulletin'),(14,'admincalendar','add,edit','default',76,1,'vbulletin'),(15,'admincalendar','add,edit','startofweek',80,1,'vbulletin'),(16,'admincalendar','add,edit','cutoff',90,1,'vbulletin'),(17,'admincalendar','add,edit','eventcount',100,1,'vbulletin'),(18,'admincalendar','add,edit','birthdaycount',110,1,'vbulletin'),(19,'admincalendar','add,edit','showbirthdays',120,1,'vbulletin'),(20,'admincalendar','add,edit','showholidays',130,1,'vbulletin'),(21,'admincalendar','add,edit','holidays',135,1,'vbulletin'),(22,'admincalendar','add,edit','showweekends',140,1,'vbulletin'),(23,'admincalendar','add,edit','showupcoming',145,1,'vbulletin'),(24,'admincalendar','add,edit','allowhtml',150,1,'vbulletin'),(25,'admincalendar','add,edit','allowbbcode',160,1,'vbulletin'),(26,'admincalendar','add,edit','allowimgcode',170,1,'vbulletin'),(27,'admincalendar','add,edit','allowsmilies',180,1,'vbulletin'),(28,'admincalendar','addcustom','',1,1,'vbulletin'),(29,'admincalendar','addcustom','title',20,1,'vbulletin'),(30,'admincalendar','addcustom','description',25,1,'vbulletin'),(31,'admincalendar','addcustom','options',30,1,'vbulletin'),(32,'admincalendar','addcustom','allowentry',40,1,'vbulletin'),(33,'admincalendar','addcustom','length',50,1,'vbulletin'),(34,'admincalendar','addcustom','required',60,1,'vbulletin'),(35,'admincalendar','addmod','',1,1,'vbulletin'),(36,'admincalendar','addmod','modusername',30,1,'vbulletin'),(37,'admincalendar','addmod,editmod','calendarid',20,1,'vbulletin'),(38,'admincalendar','addmod,editmod','caneditevents',40,1,'vbulletin'),(39,'admincalendar','addmod,editmod','candeleteevents',50,1,'vbulletin'),(40,'admincalendar','addmod,editmod','canmoveevents',55,1,'vbulletin'),(41,'admincalendar','addmod,editmod','canmoderateevents',60,1,'vbulletin'),(42,'admincalendar','addmod,editmod','canviewips',70,1,'vbulletin'),(43,'admincalendar','deletecustom','',1,1,'vbulletin'),(44,'admincalendar','edit','',1,1,'vbulletin'),(45,'admincalendar','editmod','',1,1,'vbulletin'),(46,'admincalendar','modify','',1,1,'vbulletin'),(47,'admincalendar','modifyholiday','',1,1,'vbulletin'),(48,'admincalendar','remove','',1,1,'vbulletin'),(49,'admincalendar','removeholiday','',1,1,'vbulletin'),(50,'admincalendar','removemod','',1,1,'vbulletin'),(51,'admincalendar','updateholiday','description',1,1,'vbulletin'),(52,'admincalendar','updateholiday','',1,1,'vbulletin'),(53,'admincalendar','updateholiday','varname',10,1,'vbulletin'),(54,'admincalendar','updateholiday','title',20,1,'vbulletin'),(55,'admincalendar','updateholiday','event',30,1,'vbulletin'),(56,'admincalendar','updateholiday','recurring',40,1,'vbulletin'),(57,'admincalendar','updateholiday','allowsmilies',50,1,'vbulletin'),(58,'admininfraction','','',1,1,'vbulletin'),(59,'admininfraction','editgroup','override',1,1,'vbulletin'),(60,'admininfraction','editgroup','',1,1,'vbulletin'),(61,'admininfraction','editgroup','pointlevel',2,1,'vbulletin'),(62,'admininfraction','editgroup','usergroupid',10,1,'vbulletin'),(63,'admininfraction','editgroup','orusergroupid',30,1,'vbulletin'),(64,'admininfraction','editlevel','title',1,1,'vbulletin'),(65,'admininfraction','editlevel','expires',5,1,'vbulletin'),(66,'admininfraction','editlevel','points',7,1,'vbulletin'),(67,'admininfraction','editlevel','warning',10,1,'vbulletin'),(68,'admininfraction','editlevel','extend',15,1,'vbulletin'),(69,'admininfraction','modify','',1,1,'vbulletin'),(70,'adminlog','','',1,1,'vbulletin'),(71,'adminlog','choose','',1,1,'vbulletin'),(72,'adminlog','choose','perpage',20,1,'vbulletin'),(73,'adminlog','choose','script',30,1,'vbulletin'),(74,'adminlog','choose','userid',40,1,'vbulletin'),(75,'adminlog','choose','orderby',50,1,'vbulletin'),(76,'adminlog','choose','pscript',60,1,'vbulletin'),(77,'adminlog','choose','puserid',70,1,'vbulletin'),(78,'adminlog','choose','daysprune',80,1,'vbulletin'),(79,'adminlog','prunelog','',1,1,'vbulletin'),(80,'adminlog','resolveip','',2,1,'vbulletin'),(81,'adminlog','restrict','',1,1,'vbulletin'),(82,'adminlog','view','',1,1,'vbulletin'),(83,'adminpermissions','','',1,1,'vbulletin'),(84,'adminpermissions','edit','dismissednews',1,1,'vbulletin'),(85,'adminpermissions','edit','',1,1,'vbulletin'),(86,'adminpermissions','edit','canadminsettings',20,1,'vbulletin'),(87,'adminpermissions','edit','canadminstyles',30,1,'vbulletin'),(88,'adminpermissions','edit','canadminlanguages',40,1,'vbulletin'),(89,'adminpermissions','edit','canadminforums',50,1,'vbulletin'),(90,'adminpermissions','edit','canadminthreads',60,1,'vbulletin'),(91,'adminpermissions','edit','canadmincalendars',70,1,'vbulletin'),(92,'adminpermissions','edit','canadminusers',80,1,'vbulletin'),(93,'adminpermissions','edit','canadminfaq',90,1,'vbulletin'),(94,'adminpermissions','edit','canadminpermissions',90,1,'vbulletin'),(95,'adminpermissions','edit','canadminimages',100,1,'vbulletin'),(96,'adminpermissions','edit','canadminbbcodes',110,1,'vbulletin'),(97,'adminpermissions','edit','canadmincron',120,1,'vbulletin'),(98,'adminpermissions','edit','canadminmaintain',130,1,'vbulletin'),(99,'adminpermissions','edit','canadminplugins',135,1,'vbulletin'),(100,'adminpermissions','edit','cssprefs',140,1,'vbulletin'),(101,'adminpermissions','modify','',1,1,'vbulletin'),(102,'adminreputation','','',1,1,'vbulletin'),(103,'adminreputation','add','',1,1,'vbulletin'),(104,'adminreputation','add,edit','level',10,1,'vbulletin'),(105,'adminreputation','add,edit','minimumreputation',20,1,'vbulletin'),(106,'adminreputation','deletereputation','',1,1,'vbulletin'),(107,'adminreputation','dolist','',1,1,'vbulletin'),(108,'adminreputation','edit','',1,1,'vbulletin'),(109,'adminreputation','editreputation','',1,1,'vbulletin'),(110,'adminreputation','editreputation','reason',10,1,'vbulletin'),(111,'adminreputation','editreputation','reputation',20,1,'vbulletin'),(112,'adminreputation','list','',1,1,'vbulletin'),(113,'adminreputation','list,dolist','leftfor',10,1,'vbulletin'),(114,'adminreputation','list,dolist','leftby',20,1,'vbulletin'),(115,'adminreputation','list,dolist','start',30,1,'vbulletin'),(116,'adminreputation','list,dolist','end',40,1,'vbulletin'),(117,'adminreputation','modify','',1,1,'vbulletin'),(118,'adminreputation','remove','',1,1,'vbulletin'),(119,'announcement','','',1,1,'vbulletin'),(120,'announcement','add','',1,1,'vbulletin'),(121,'announcement','add,edit','forumid',20,1,'vbulletin'),(122,'announcement','add,edit','title',30,1,'vbulletin'),(123,'announcement','add,edit','start',40,1,'vbulletin'),(124,'announcement','add,edit','end',50,1,'vbulletin'),(125,'announcement','add,edit','pagetext',60,1,'vbulletin'),(126,'announcement','add,edit','allowbbcode',70,1,'vbulletin'),(127,'announcement','add,edit','allowsmilies',80,1,'vbulletin'),(128,'announcement','add,edit','allowhtml',90,1,'vbulletin'),(129,'announcement','edit','',1,1,'vbulletin'),(130,'announcement','edit','reset_views',100,1,'vbulletin'),(131,'announcement','modify','',1,1,'vbulletin'),(132,'announcement','remove','',1,1,'vbulletin'),(133,'attachment','','',1,1,'vbulletin'),(134,'attachment','delete','',1,1,'vbulletin'),(135,'attachment','edit','upload',1,1,'vbulletin'),(136,'attachment','edit','',1,1,'vbulletin'),(137,'attachment','edit','url',1,1,'vbulletin'),(138,'attachment','edit','a_filename',20,1,'vbulletin'),(139,'attachment','edit','a_counter',30,1,'vbulletin'),(140,'attachment','edit','a_visible',40,1,'vbulletin'),(141,'attachment','intro','',1,1,'vbulletin'),(142,'attachment','intro','prunedate',10,1,'vbulletin'),(143,'attachment','intro','filename',15,1,'vbulletin'),(144,'attachment','intro','attachedby',20,1,'vbulletin'),(145,'attachment','intro','datelinebefore',30,1,'vbulletin'),(146,'attachment','intro','datelineafter',40,1,'vbulletin'),(147,'attachment','intro','downloadsmore',50,1,'vbulletin'),(148,'attachment','intro','downloadsless',60,1,'vbulletin'),(149,'attachment','intro','sizemore',70,1,'vbulletin'),(150,'attachment','intro','sizeless',80,1,'vbulletin'),(151,'attachment','intro','visible',90,1,'vbulletin'),(152,'attachment','intro','orderby',100,1,'vbulletin'),(153,'attachment','intro','results',110,1,'vbulletin'),(154,'attachment','massdelete','',1,1,'vbulletin'),(155,'attachment','removetype','',1,1,'vbulletin'),(156,'attachment','search','',1,1,'vbulletin'),(157,'attachment','stats','',1,1,'vbulletin'),(158,'attachment','storage,switchtype','',1,1,'vbulletin'),(159,'attachment','switchtype','attachpath',1,1,'vbulletin'),(160,'attachment','types','',1,1,'vbulletin'),(161,'attachment','updatetype','',1,1,'vbulletin'),(162,'attachment','updatetype','extension',10,1,'vbulletin'),(163,'attachment','updatetype','size',20,1,'vbulletin'),(164,'attachment','updatetype','height',30,1,'vbulletin'),(165,'attachment','updatetype','width',40,1,'vbulletin'),(166,'attachment','updatetype','mimetype',50,1,'vbulletin'),(167,'attachment','updatetype','enabled',60,1,'vbulletin'),(168,'attachment','updatetype','newwindow',70,1,'vbulletin'),(169,'attachment','updatetype','thumbnail',70,1,'vbulletin'),(170,'attachmentpermission','edit','size',1,1,'vbulletin'),(171,'attachmentpermission','edit','height',1,1,'vbulletin'),(172,'attachmentpermission','edit','useextension',1,1,'vbulletin'),(173,'attachmentpermission','edit','width',1,1,'vbulletin'),(174,'avatar','','',1,1,'vbulletin'),(175,'avatar','storage,switchtype','',1,1,'vbulletin'),(176,'avatar','switchtype','profilepicpath',1,1,'vbulletin'),(177,'avatar','switchtype','avatarurl',1,1,'vbulletin'),(178,'avatar','switchtype','profilepicurl',1,1,'vbulletin'),(179,'avatar','switchtype','avatarpath',1,1,'vbulletin'),(180,'backup','','',1,1,'vbulletin'),(181,'backup','choose','',1,1,'vbulletin'),(182,'backup','choose','filename',10,1,'vbulletin'),(183,'backup','choose','table',20,1,'vbulletin'),(184,'backup','choose','separator',30,1,'vbulletin'),(185,'backup','choose','quotes',40,1,'vbulletin'),(186,'backup','choose','showhead',50,1,'vbulletin'),(187,'backup','mysqldump','',1,1,'vbulletin'),(188,'banning','','',1,1,'vbulletin'),(189,'banning','banuser','',1,1,'vbulletin'),(190,'banning','banuser','username',10,1,'vbulletin'),(191,'banning','banuser','usergroupid',20,1,'vbulletin'),(192,'banning','banuser','period',30,1,'vbulletin'),(193,'banning','banuser','reason',40,1,'vbulletin'),(194,'banning','modify','',1,1,'vbulletin'),(195,'bbcode','','',1,1,'vbulletin'),(196,'bbcode','add','',1,1,'vbulletin'),(197,'bbcode','add,edit','title',10,1,'vbulletin'),(198,'bbcode','add,edit','bbcodetag',20,1,'vbulletin'),(199,'bbcode','add,edit','bbcodereplacement',30,1,'vbulletin'),(200,'bbcode','add,edit','bbcodeexample',50,1,'vbulletin'),(201,'bbcode','add,edit','bbcodeexplanation',60,1,'vbulletin'),(202,'bbcode','add,edit','twoparams',70,1,'vbulletin'),(203,'bbcode','add,edit','buttonimage',80,1,'vbulletin'),(204,'bbcode','edit','',1,1,'vbulletin'),(205,'bbcode','modify','',1,1,'vbulletin'),(206,'bbcode','modify','text',20,1,'vbulletin'),(207,'bbcode','remove','',1,1,'vbulletin'),(208,'calendarpermission','','',1,1,'vbulletin'),(209,'calendarpermission','edit','',1,1,'vbulletin'),(210,'calendarpermission','edit','mode',20,1,'vbulletin'),(211,'calendarpermission','edit','canviewcalendar',30,1,'vbulletin'),(212,'calendarpermission','edit','canpostevent',40,1,'vbulletin'),(213,'calendarpermission','edit','caneditevent',50,1,'vbulletin'),(214,'calendarpermission','edit','candeleteevent',60,1,'vbulletin'),(215,'calendarpermission','edit','canviewothersevent',70,1,'vbulletin'),(216,'calendarpermission','edit','isnotmoderated',80,1,'vbulletin'),(217,'calendarpermission','modify','',1,1,'vbulletin'),(218,'cronadmin','','',1,1,'vbulletin'),(219,'cronadmin','add','',1,1,'vbulletin'),(220,'cronadmin','add,edit','description',1,1,'vbulletin'),(221,'cronadmin','add,edit','active',1,1,'vbulletin'),(222,'cronadmin','add,edit','varname',2,1,'vbulletin'),(223,'cronadmin','add,edit','logphrase',3,1,'vbulletin'),(224,'cronadmin','add,edit','title',10,1,'vbulletin'),(225,'cronadmin','add,edit','weekday',20,1,'vbulletin'),(226,'cronadmin','add,edit','day',30,1,'vbulletin'),(227,'cronadmin','add,edit','hour',40,1,'vbulletin'),(228,'cronadmin','add,edit','minute',50,1,'vbulletin'),(229,'cronadmin','add,edit','loglevel',60,1,'vbulletin'),(230,'cronadmin','add,edit','filename',70,1,'vbulletin'),(231,'cronadmin','edit','',1,1,'vbulletin'),(232,'cronadmin','edit','product',1,1,'vbulletin'),(233,'cronadmin','modify','',1,1,'vbulletin'),(234,'cronadmin','remove','',1,1,'vbulletin'),(235,'cronlog','','',1,1,'vbulletin'),(236,'cronlog','choose','',1,1,'vbulletin'),(237,'cronlog','choose','perpage',20,1,'vbulletin'),(238,'cronlog','choose','varname',30,1,'vbulletin'),(239,'cronlog','choose','orderby',40,1,'vbulletin'),(240,'cronlog','choose','daysprune',60,1,'vbulletin'),(241,'cronlog','prunelog','',1,1,'vbulletin'),(242,'cronlog','view','',1,1,'vbulletin'),(243,'css','','',1,1,'vbulletin'),(244,'css','doedit','',1,1,'vbulletin'),(245,'css','doedit','header',10,1,'vbulletin'),(246,'css','doedit','headinclude',20,1,'vbulletin'),(247,'css','doedit','footer',30,1,'vbulletin'),(248,'css','doedit','outertablewidth',60,1,'vbulletin'),(249,'css','doedit','spacersize',70,1,'vbulletin'),(250,'css','doedit','outerborderwidth',80,1,'vbulletin'),(251,'css','doedit','cellspacing',90,1,'vbulletin'),(252,'css','doedit','cellpadding',100,1,'vbulletin'),(253,'css','doedit','formspacer',110,1,'vbulletin'),(254,'css','doedit','formwidth',120,1,'vbulletin'),(255,'css','doedit','formwidth_usercp',130,1,'vbulletin'),(256,'css','doedit','messagewidth',140,1,'vbulletin'),(257,'css','doedit','messagewidth_usercp',150,1,'vbulletin'),(258,'css','doedit','codeblockwidth',160,1,'vbulletin'),(259,'css','doedit','titleimage',170,1,'vbulletin'),(260,'css','doedit','imgdir_button',180,1,'vbulletin'),(261,'css','doedit','imgdir_statusicon',190,1,'vbulletin'),(262,'css','doedit','imgdir_attach',200,1,'vbulletin'),(263,'css','doedit','imgdir_misc',210,1,'vbulletin'),(264,'css','doedit','imgdir_editor',220,1,'vbulletin'),(265,'css','doedit','imgdir_poll',230,1,'vbulletin'),(266,'css','doedit','imgdir_rating',240,1,'vbulletin'),(267,'css','doedit','imgdir_reputation',250,1,'vbulletin'),(268,'css','doedit','htmldoctype',250,1,'vbulletin'),(269,'diagnostic','','',1,1,'vbulletin'),(270,'diagnostic','domail','',1,1,'vbulletin'),(271,'diagnostic','dosysinfo','',1,1,'vbulletin'),(272,'diagnostic','doupload','',1,1,'vbulletin'),(273,'diagnostic','doversion','',1,1,'vbulletin'),(274,'diagnostic','list','',1,1,'vbulletin'),(275,'diagnostic','list','attachfile',20,1,'vbulletin'),(276,'diagnostic','list','type',20,1,'vbulletin'),(277,'diagnostic','list','emailaddress',20,1,'vbulletin'),(278,'diagnostic','payments','',1,1,'vbulletin'),(279,'email','','',1,1,'vbulletin'),(280,'email','genlist','',1,1,'vbulletin'),(281,'email','genlist','septext',20,1,'vbulletin'),(282,'email','genlist,start','username',70,1,'vbulletin'),(283,'email','genlist,start','usergroupid',90,1,'vbulletin'),(284,'email','genlist,start','membergroup',100,1,'vbulletin'),(285,'email','genlist,start','adminemail',105,1,'vbulletin'),(286,'email','genlist,start','email',110,1,'vbulletin'),(287,'email','genlist,start','parentemail',120,1,'vbulletin'),(288,'email','genlist,start','coppauser',130,1,'vbulletin'),(289,'email','genlist,start','homepage',140,1,'vbulletin'),(290,'email','genlist,start','icq',150,1,'vbulletin'),(291,'email','genlist,start','aim',160,1,'vbulletin'),(292,'email','genlist,start','yahoo',170,1,'vbulletin'),(293,'email','genlist,start','msn',175,1,'vbulletin'),(294,'email','genlist,start','signature',180,1,'vbulletin'),(295,'email','genlist,start','usertitle',190,1,'vbulletin'),(296,'email','genlist,start','joindateafter',200,1,'vbulletin'),(297,'email','genlist,start','joindatebefore',210,1,'vbulletin'),(298,'email','genlist,start','lastactivityafter',213,1,'vbulletin'),(299,'email','genlist,start','lastactivitybefore',217,1,'vbulletin'),(300,'email','genlist,start','lastvisitafter',220,1,'vbulletin'),(301,'email','genlist,start','lastvisitbefore',230,1,'vbulletin'),(302,'email','genlist,start','lastpostafter',240,1,'vbulletin'),(303,'email','genlist,start','lastpostbefore',250,1,'vbulletin'),(304,'email','genlist,start','birthdayafter',260,1,'vbulletin'),(305,'email','genlist,start','birthdaybefore',270,1,'vbulletin'),(306,'email','genlist,start','postslower',280,1,'vbulletin'),(307,'email','genlist,start','postsupper',290,1,'vbulletin'),(308,'email','genlist,start','reputationlower',300,1,'vbulletin'),(309,'email','genlist,start','reputationupper',310,1,'vbulletin'),(310,'email','genlist,start','ipaddress',320,1,'vbulletin'),(311,'email','start','',1,1,'vbulletin'),(312,'email','start','test',20,1,'vbulletin'),(313,'email','start','perpage',30,1,'vbulletin'),(314,'email','start','from',40,1,'vbulletin'),(315,'email','start','subject',50,1,'vbulletin'),(316,'email','start','message',60,1,'vbulletin'),(317,'faq','','',1,1,'vbulletin'),(318,'faq','add','',1,1,'vbulletin'),(319,'faq','add','product',1,1,'vbulletin'),(320,'faq','add','faq',5,1,'vbulletin'),(321,'faq','add,edit','faqparent',10,1,'vbulletin'),(322,'faq','add,edit','deftitle',20,1,'vbulletin'),(323,'faq','add,edit','deftext',30,1,'vbulletin'),(324,'faq','add,edit','displayorder',40,1,'vbulletin'),(325,'faq','add,edit','1',60,1,'vbulletin'),(326,'faq','delete','',1,1,'vbulletin'),(327,'faq','edit','',1,1,'vbulletin'),(328,'faq','modify','',1,1,'vbulletin'),(329,'forum','','',1,1,'vbulletin'),(330,'forum','add','',1,1,'vbulletin'),(331,'forum','add,edit','title',20,1,'vbulletin'),(332,'forum','add,edit','description',30,1,'vbulletin'),(333,'forum','add,edit','link',40,1,'vbulletin'),(334,'forum','add,edit','displayorder',50,1,'vbulletin'),(335,'forum','add,edit','parentid',60,1,'vbulletin'),(336,'forum','add,edit','daysprune',70,1,'vbulletin'),(337,'forum','add,edit','defaultsortfield',72,1,'vbulletin'),(338,'forum','add,edit','defaultsortorder',73,1,'vbulletin'),(339,'forum','add,edit','showprivate',75,1,'vbulletin'),(340,'forum','add,edit','newpostemail',80,1,'vbulletin'),(341,'forum','add,edit','newthreademail',90,1,'vbulletin'),(342,'forum','add,edit','moderatenewpost',100,1,'vbulletin'),(343,'forum','add,edit','forum[options][moderatene',101,1,'vbulletin'),(344,'forum','add,edit','moderatenewthread',105,1,'vbulletin'),(345,'forum','add,edit','moderateattach',110,1,'vbulletin'),(346,'forum','add,edit','styleid',120,1,'vbulletin'),(347,'forum','add,edit','styleoverride',130,1,'vbulletin'),(348,'forum','add,edit','password',150,1,'vbulletin'),(349,'forum','add,edit','canhavepassword',170,1,'vbulletin'),(350,'forum','add,edit','cancontainthreads',180,1,'vbulletin'),(351,'forum','add,edit','active',190,1,'vbulletin'),(352,'forum','add,edit','allowposting',200,1,'vbulletin'),(353,'forum','add,edit','indexposts',210,1,'vbulletin'),(354,'forum','add,edit','allowhtml',220,1,'vbulletin'),(355,'forum','add,edit','allowbbcode',230,1,'vbulletin'),(356,'forum','add,edit','allowimages',240,1,'vbulletin'),(357,'forum','add,edit','allowsmilies',250,1,'vbulletin'),(358,'forum','add,edit','allowicons',260,1,'vbulletin'),(359,'forum','add,edit','allowratings',270,1,'vbulletin'),(360,'forum','add,edit','countposts',280,1,'vbulletin'),(361,'forum','add,edit','showonforumjump',290,1,'vbulletin'),(362,'forum','edit','',1,1,'vbulletin'),(363,'forum','edit','applypwdtochild',160,1,'vbulletin'),(364,'forum','modify','',1,1,'vbulletin'),(365,'forum','podcast','summary',1,1,'vbulletin'),(366,'forum','podcast','ownername',1,1,'vbulletin'),(367,'forum','podcast','image',1,1,'vbulletin'),(368,'forum','podcast','keywords',1,1,'vbulletin'),(369,'forum','podcast','author',1,1,'vbulletin'),(370,'forum','podcast','enabled',1,1,'vbulletin'),(371,'forum','podcast','owneremail',1,1,'vbulletin'),(372,'forum','podcast','subtitle',1,1,'vbulletin'),(373,'forum','podcast','categoryid',1,1,'vbulletin'),(374,'forum','podcast','explicit',1,1,'vbulletin'),(375,'forum','remove','',1,1,'vbulletin'),(376,'forumpermission','','',1,1,'vbulletin'),(377,'forumpermission','duplicate','',1,1,'vbulletin'),(378,'forumpermission','duplicate','ugid_from',10,1,'vbulletin'),(379,'forumpermission','duplicate','usergrouplist',20,1,'vbulletin'),(380,'forumpermission','duplicate','limitforumid',30,1,'vbulletin'),(381,'forumpermission','duplicate','overwritedupes_group',40,1,'vbulletin'),(382,'forumpermission','duplicate','overwriteinherited_group',50,1,'vbulletin'),(383,'forumpermission','duplicate','forumid_from',60,1,'vbulletin'),(384,'forumpermission','duplicate','forumlist',70,1,'vbulletin'),(385,'forumpermission','duplicate','overwritedupes_forum',80,1,'vbulletin'),(386,'forumpermission','duplicate','overwriteinherited_forum',90,1,'vbulletin'),(387,'forumpermission','edit','',1,1,'vbulletin'),(388,'forumpermission','edit','mode',20,1,'vbulletin'),(389,'forumpermission','edit,quickforum','canview',30,1,'vbulletin'),(390,'forumpermission','edit,quickforum','canviewthreads',35,1,'vbulletin'),(391,'forumpermission','edit,quickforum','canviewothers',40,1,'vbulletin'),(392,'forumpermission','edit,quickforum','canseedelnotice',45,1,'vbulletin'),(393,'forumpermission','edit,quickforum','cansearch',50,1,'vbulletin'),(394,'forumpermission','edit,quickforum','canemail',60,1,'vbulletin'),(395,'forumpermission','edit,quickforum','cangetattachment',70,1,'vbulletin'),(396,'forumpermission','edit,quickforum','canpostnew',80,1,'vbulletin'),(397,'forumpermission','edit,quickforum','canreplyown',90,1,'vbulletin'),(398,'forumpermission','edit,quickforum','canreplyothers',100,1,'vbulletin'),(399,'forumpermission','edit,quickforum','followforummoderation',110,1,'vbulletin'),(400,'forumpermission','edit,quickforum','canpostattachment',120,1,'vbulletin'),(401,'forumpermission','edit,quickforum','canthreadrate',140,1,'vbulletin'),(402,'forumpermission','edit,quickforum','caneditpost',150,1,'vbulletin'),(403,'forumpermission','edit,quickforum','candeletepost',160,1,'vbulletin'),(404,'forumpermission','edit,quickforum','canmove',170,1,'vbulletin'),(405,'forumpermission','edit,quickforum','canopenclose',180,1,'vbulletin'),(406,'forumpermission','edit,quickforum','candeletethread',190,1,'vbulletin'),(407,'forumpermission','edit,quickforum','canpostpoll',200,1,'vbulletin'),(408,'forumpermission','edit,quickforum','canvote',220,1,'vbulletin'),(409,'forumpermission','modify','',1,1,'vbulletin'),(410,'forumpermission','quickedit','',1,1,'vbulletin'),(411,'forumpermission','quickeditor','',1,1,'vbulletin'),(412,'forumpermission','quickforum','',1,1,'vbulletin'),(413,'forumpermission','quickforum','forumid',10,1,'vbulletin'),(414,'forumpermission','quickforum','usergrouplist',20,1,'vbulletin'),(415,'help','edit','text',1,1,'vbulletin'),(416,'help','edit','action',1,1,'vbulletin'),(417,'help','edit','volatile',1,1,'vbulletin'),(418,'help','edit','product',1,1,'vbulletin'),(419,'help','edit','title',1,1,'vbulletin'),(420,'help','edit','optionname',1,1,'vbulletin'),(421,'help','edit','displayorder',1,1,'vbulletin'),(422,'help','edit','script',1,1,'vbulletin'),(423,'image','','',1,1,'vbulletin'),(424,'image','add','',1,1,'vbulletin'),(425,'image','add','imagespath',70,1,'vbulletin'),(426,'image','add','perpage',80,1,'vbulletin'),(427,'image','add,edit,upload','title',20,1,'vbulletin'),(428,'image','add,edit,upload','minimumposts',30,1,'vbulletin'),(429,'image','add,edit,upload','smilietext',30,1,'vbulletin'),(430,'image','add,edit,upload','path',40,1,'vbulletin'),(431,'image','add,edit,upload','imagecategoryid',50,1,'vbulletin'),(432,'image','add,edit,upload','displayorder',60,1,'vbulletin'),(433,'image','addcategory','',1,1,'vbulletin'),(434,'image','addcategory,editcategory','title',20,1,'vbulletin'),(435,'image','addcategory,editcategory','displayorder',30,1,'vbulletin'),(436,'image','edit','',1,1,'vbulletin'),(437,'image','editcategory','',1,1,'vbulletin'),(438,'image','editpermissions','',1,1,'vbulletin'),(439,'image','modify','',1,1,'vbulletin'),(440,'image','remove','',1,1,'vbulletin'),(441,'image','removecategory','',1,1,'vbulletin'),(442,'image','upload','',1,1,'vbulletin'),(443,'image','upload','imagefile',20,1,'vbulletin'),(444,'image','viewimages','',1,1,'vbulletin'),(445,'index','home','',1,1,'vbulletin'),(446,'language','','',1,1,'vbulletin'),(447,'language','add','',1,1,'vbulletin'),(448,'language','add,edit_settings','title',20,1,'vbulletin'),(449,'language','add,edit_settings','userselect',30,1,'vbulletin'),(450,'language','add,edit_settings','direction',50,1,'vbulletin'),(451,'language','add,edit_settings','languagecode',60,1,'vbulletin'),(452,'language','add,edit_settings','charset',70,1,'vbulletin'),(453,'language','add,edit_settings','imagesoverride',80,1,'vbulletin'),(454,'language','add,edit_settings','locale',90,1,'vbulletin'),(455,'language','add,edit_settings','dateoverride',100,1,'vbulletin'),(456,'language','add,edit_settings','timeoverride',110,1,'vbulletin'),(457,'language','add,edit_settings','registereddateoverride',120,1,'vbulletin'),(458,'language','add,edit_settings','calformat1override',130,1,'vbulletin'),(459,'language','add,edit_settings','calformat2override',140,1,'vbulletin'),(460,'language','add,edit_settings','logdateoverride',150,1,'vbulletin'),(461,'language','add,edit_settings','decimalsep',160,1,'vbulletin'),(462,'language','add,edit_settings','thousandsep',170,1,'vbulletin'),(463,'language','add,edit_settings','dirmark',180,1,'vbulletin'),(464,'language','delete','',1,1,'vbulletin'),(465,'language','edit','',1,1,'vbulletin'),(466,'language','edit_settings','',1,1,'vbulletin'),(467,'language','edit_settings','isdefault',40,1,'vbulletin'),(468,'language','files','',1,1,'vbulletin'),(469,'language','files','languageid',10,1,'vbulletin'),(470,'language','files','product',15,1,'vbulletin'),(471,'language','files','filename',20,1,'vbulletin'),(472,'language','files','just_phrases',30,1,'vbulletin'),(473,'language','files','languagefile',40,1,'vbulletin'),(474,'language','files','serverfile',50,1,'vbulletin'),(475,'language','files','olanguageid',60,1,'vbulletin'),(476,'language','files','title',70,1,'vbulletin'),(477,'language','files','anyversion',80,1,'vbulletin'),(478,'language','modify','',1,1,'vbulletin'),(479,'language','rebuild','',1,1,'vbulletin'),(480,'misc','','',1,1,'vbulletin'),(481,'misc','chooser','',1,1,'vbulletin'),(482,'misc','chooser','perpage',10,1,'vbulletin'),(483,'misc','chooser','startat',20,1,'vbulletin'),(484,'misc','chooser','doprocess',30,1,'vbulletin'),(485,'misc','chooser','autoredirect',40,1,'vbulletin'),(486,'misc','chooser','install',50,1,'vbulletin'),(487,'misc','chooser','renumber',60,1,'vbulletin'),(488,'misc','chooser','reputation_base',70,1,'vbulletin'),(489,'moderate','','',1,1,'vbulletin'),(490,'moderate','attachments','',1,1,'vbulletin'),(491,'moderate','attachments','attachaction',10,1,'vbulletin'),(492,'moderate','events','',1,1,'vbulletin'),(493,'moderate','events','eventsubject',10,1,'vbulletin'),(494,'moderate','events','eventtext',20,1,'vbulletin'),(495,'moderate','events','eventaction',30,1,'vbulletin'),(496,'moderate','posts','',1,1,'vbulletin'),(497,'moderate','posts','threadtitle',10,1,'vbulletin'),(498,'moderate','posts','threadpagetext',20,1,'vbulletin'),(499,'moderate','posts','threadnotes',30,1,'vbulletin'),(500,'moderate','posts','threadaction',40,1,'vbulletin'),(501,'moderate','posts','posttitle',50,1,'vbulletin'),(502,'moderate','posts','postpagetext',60,1,'vbulletin'),(503,'moderate','posts','postaction',70,1,'vbulletin'),(504,'moderator','','',1,1,'vbulletin'),(505,'moderator','add','',1,1,'vbulletin'),(506,'moderator','add','usergroupid',30,1,'vbulletin'),(507,'moderator','add','membergroupids',40,1,'vbulletin'),(508,'moderator','add,edit','forumid',10,1,'vbulletin'),(509,'moderator','add,edit','modusername',20,1,'vbulletin'),(510,'moderator','add,edit,editglobal','caneditposts',50,1,'vbulletin'),(511,'moderator','add,edit,editglobal','candeleteposts',60,1,'vbulletin'),(512,'moderator','add,edit,editglobal','canremoveposts',70,1,'vbulletin'),(513,'moderator','add,edit,editglobal','canopenclose',80,1,'vbulletin'),(514,'moderator','add,edit,editglobal','caneditthreads',90,1,'vbulletin'),(515,'moderator','add,edit,editglobal','canmanagethreads',100,1,'vbulletin'),(516,'moderator','add,edit,editglobal','caneditpoll',110,1,'vbulletin'),(517,'moderator','add,edit,editglobal','canannounce',120,1,'vbulletin'),(518,'moderator','add,edit,editglobal','canmoderateposts',130,1,'vbulletin'),(519,'moderator','add,edit,editglobal','canmoderateattachments',140,1,'vbulletin'),(520,'moderator','add,edit,editglobal','canmassmove',150,1,'vbulletin'),(521,'moderator','add,edit,editglobal','canmassprune',160,1,'vbulletin'),(522,'moderator','add,edit,editglobal','cansetpassword',170,1,'vbulletin'),(523,'moderator','add,edit,editglobal','canviewips',180,1,'vbulletin'),(524,'moderator','add,edit,editglobal','canviewprofile',190,1,'vbulletin'),(525,'moderator','add,edit,editglobal','canbanusers',200,1,'vbulletin'),(526,'moderator','add,edit,editglobal','canunbanusers',210,1,'vbulletin'),(527,'moderator','add,edit,editglobal','caneditsigs',220,1,'vbulletin'),(528,'moderator','add,edit,editglobal','caneditavatar',230,1,'vbulletin'),(529,'moderator','add,edit,editglobal','caneditprofilepic',240,1,'vbulletin'),(530,'moderator','add,edit,editglobal','caneditreputation',250,1,'vbulletin'),(531,'moderator','add,edit,editglobal','newthreademail',260,1,'vbulletin'),(532,'moderator','add,edit,editglobal','newpostemail',270,1,'vbulletin'),(533,'moderator','edit','',1,1,'vbulletin'),(534,'moderator','remove','',1,1,'vbulletin'),(535,'moderator','removeall','',1,1,'vbulletin'),(536,'moderator','showlist','',1,1,'vbulletin'),(537,'modlog','','',1,1,'vbulletin'),(538,'modlog','choose','',1,1,'vbulletin'),(539,'modlog','choose','perpage',10,1,'vbulletin'),(540,'modlog','choose','userid',20,1,'vbulletin'),(541,'modlog','choose','orderby',30,1,'vbulletin'),(542,'modlog','choose','daysprune',40,1,'vbulletin'),(543,'modlog','prunelog','',1,1,'vbulletin'),(544,'modlog','view','',1,1,'vbulletin'),(545,'options','','',1,1,'vbulletin'),(546,'options','options','rsshtml',1,1,'vbulletin'),(547,'options','options','thumbcolor',1,1,'vbulletin'),(548,'options','options','rpuserid',1,1,'vbulletin'),(549,'options','options','rpforumid',1,1,'vbulletin'),(550,'options','options','skypeweb_gfx',1,1,'vbulletin'),(551,'options','options','uiforumid',1,1,'vbulletin'),(552,'options','options','uimessage',1,1,'vbulletin'),(553,'options','options','rpemail',1,1,'vbulletin'),(554,'options','options','welcomepm',1,1,'vbulletin'),(555,'options','options','externalcount',1,1,'vbulletin'),(556,'options','options','',1,1,'vbulletin'),(557,'options','options','externalcache',1,1,'vbulletin'),(558,'options','options','paymentemail',1,1,'vbulletin'),(559,'options','options','rsspodcast',1,1,'vbulletin'),(560,'options','options','checkcoppa',1,1,'vbulletin'),(561,'options','options','ipcheck',1,1,'vbulletin'),(562,'options','options','attachresize',1,1,'vbulletin'),(563,'options','options','errorlogemail',1,1,'vbulletin'),(564,'options','options','postimagecheck',1,1,'vbulletin'),(565,'options','options','bbactive',20,1,'vbulletin'),(566,'options','options','bbclosedreason',30,1,'vbulletin'),(567,'options','options','bbtitle',40,1,'vbulletin'),(568,'options','options','bburl',50,1,'vbulletin'),(569,'options','options','hometitle',60,1,'vbulletin'),(570,'options','options','homeurl',70,1,'vbulletin'),(571,'options','options','contactuslink',80,1,'vbulletin'),(572,'options','options','contactustype',85,1,'vbulletin'),(573,'options','options','contactusoptions',90,1,'vbulletin'),(574,'options','options','webmasteremail',100,1,'vbulletin'),(575,'options','options','privacyurl',110,1,'vbulletin'),(576,'options','options','copyrighttext',120,1,'vbulletin'),(577,'options','options','companyname',130,1,'vbulletin'),(578,'options','options','faxnumber',140,1,'vbulletin'),(579,'options','options','address',160,1,'vbulletin'),(580,'options','options','keywords',170,1,'vbulletin'),(581,'options','options','description',180,1,'vbulletin'),(582,'options','options','useforumjump',190,1,'vbulletin'),(583,'options','options','pagenavpages',200,1,'vbulletin'),(584,'options','options','pagenavs',205,1,'vbulletin'),(585,'options','options','enableaccess',210,1,'vbulletin'),(586,'options','options','showimicons',220,1,'vbulletin'),(587,'options','options','addtemplatename',230,1,'vbulletin'),(588,'options','options','usestrikesystem',235,1,'vbulletin'),(589,'options','options','forumleaders',236,1,'vbulletin'),(590,'options','options','allowedreferrers',237,1,'vbulletin'),(591,'options','options','threadmarking',238,1,'vbulletin'),(592,'options','options','markinglimit',239,1,'vbulletin'),(593,'options','options','disable_ajax',239,1,'vbulletin'),(594,'options','options','yestoday',240,1,'vbulletin'),(595,'options','options','timeoffset',250,1,'vbulletin'),(596,'options','options','dstonoff',260,1,'vbulletin'),(597,'options','options','dateformat',270,1,'vbulletin'),(598,'options','options','timeformat',280,1,'vbulletin'),(599,'options','options','registereddateformat',290,1,'vbulletin'),(600,'options','options','calformat1',300,1,'vbulletin'),(601,'options','options','calformat2',310,1,'vbulletin'),(602,'options','options','logdateformat',315,1,'vbulletin'),(603,'options','options','cookietimeout',320,1,'vbulletin'),(604,'options','options','cookiepath',330,1,'vbulletin'),(605,'options','options','cookiedomain',340,1,'vbulletin'),(606,'options','options','gzipoutput',350,1,'vbulletin'),(607,'options','options','gziplevel',360,1,'vbulletin'),(608,'options','options','addheaders',370,1,'vbulletin'),(609,'options','options','nocacheheaders',375,1,'vbulletin'),(610,'options','options','useheaderredirect',380,1,'vbulletin'),(611,'options','options','allowphpinfo',390,1,'vbulletin'),(612,'options','options','cachemaxage',400,1,'vbulletin'),(613,'options','options','threadviewslive',410,1,'vbulletin'),(614,'options','options','attachmentviewslive',420,1,'vbulletin'),(615,'options','options','emailsendnum',430,1,'vbulletin'),(616,'options','options','loadlimit',450,1,'vbulletin'),(617,'options','options','imagetype',461,1,'vbulletin'),(618,'options','options','regimagetype',462,1,'vbulletin'),(619,'options','options','magickpath',464,1,'vbulletin'),(620,'options','options','regimageoption',465,1,'vbulletin'),(621,'options','options','safeupload',480,1,'vbulletin'),(622,'options','options','tmppath',490,1,'vbulletin'),(623,'options','options','copypostindex',493,1,'vbulletin'),(624,'options','options','redirectmaxage',495,1,'vbulletin'),(625,'options','options','usemailqueue',500,1,'vbulletin'),(626,'options','options','needfromemail',510,1,'vbulletin'),(627,'options','options','languageid',520,1,'vbulletin'),(628,'options','options','styleid',530,1,'vbulletin'),(629,'options','options','allowchangestyles',540,1,'vbulletin'),(630,'options','options','cleargifurl',550,1,'vbulletin'),(631,'options','options','storecssasfile',560,1,'vbulletin'),(632,'options','options','usepopups',570,1,'vbulletin'),(633,'options','options','legacypostbit',575,1,'vbulletin'),(634,'options','options','enableemail',580,1,'vbulletin'),(635,'options','options','displayemails',590,1,'vbulletin'),(636,'options','options','secureemail',600,1,'vbulletin'),(637,'options','options','emailfloodtime',610,1,'vbulletin'),(638,'options','options','use_smtp',611,1,'vbulletin'),(639,'options','options','smtp_host',612,1,'vbulletin'),(640,'options','options','smtp_port',613,1,'vbulletin'),(641,'options','options','smtp_user',614,1,'vbulletin'),(642,'options','options','smtp_pass',615,1,'vbulletin'),(643,'options','options','smtp_tls',616,1,'vbulletin'),(644,'options','options','enablecensor',620,1,'vbulletin'),(645,'options','options','censorchar',630,1,'vbulletin'),(646,'options','options','censorwords',640,1,'vbulletin'),(647,'options','options','blankasciistrip',650,1,'vbulletin'),(648,'options','options','allowregistration',660,1,'vbulletin'),(649,'options','options','usecoppa',670,1,'vbulletin'),(650,'options','options','moderatenewmembers',680,1,'vbulletin'),(651,'options','options','regimagecheck',690,1,'vbulletin'),(652,'options','options','welcomemail',700,1,'vbulletin'),(653,'options','options','newuseremail',710,1,'vbulletin'),(654,'options','options','allowmultiregs',720,1,'vbulletin'),(655,'options','options','verifyemail',730,1,'vbulletin'),(656,'options','options','requireuniqueemail',740,1,'vbulletin'),(657,'options','options','minuserlength',750,1,'vbulletin'),(658,'options','options','maxuserlength',760,1,'vbulletin'),(659,'options','options','illegalusernames',770,1,'vbulletin'),(660,'options','options','usernameregex',771,1,'vbulletin'),(661,'options','options','usereferrer',775,1,'vbulletin'),(662,'options','options','defaultregoptions',780,1,'vbulletin'),(663,'options','options','reqbirthday',785,1,'vbulletin'),(664,'options','options','ctMaxChars',790,1,'vbulletin'),(665,'options','options','ctCensorWords',800,1,'vbulletin'),(666,'options','options','ctCensorMod',810,1,'vbulletin'),(667,'options','options','softlinebreakchars',820,1,'vbulletin'),(668,'options','options','allowsignatures',820,1,'vbulletin'),(669,'options','options','sigmax',830,1,'vbulletin'),(670,'options','options','allowbbcode',840,1,'vbulletin'),(671,'options','options','allowsmilies',850,1,'vbulletin'),(672,'options','options','allowbbimagecode',860,1,'vbulletin'),(673,'options','options','allowhtml',870,1,'vbulletin'),(674,'options','options','ignoremods',880,1,'vbulletin'),(675,'options','options','avatarenabled',890,1,'vbulletin'),(676,'options','options','numavatarswide',900,1,'vbulletin'),(677,'options','options','numavatarsperpage',910,1,'vbulletin'),(678,'options','options','profilepicenabled',920,1,'vbulletin'),(679,'options','options','reputationenable',930,1,'vbulletin'),(680,'options','options','reputationhide',940,1,'vbulletin'),(681,'options','options','reputationundefined',945,1,'vbulletin'),(682,'options','options','reputationdefault',950,1,'vbulletin'),(683,'options','options','showuserrates',960,1,'vbulletin'),(684,'options','options','adminpower',970,1,'vbulletin'),(685,'options','options','rdpower',980,1,'vbulletin'),(686,'options','options','pcpower',990,1,'vbulletin'),(687,'options','options','kppower',1000,1,'vbulletin'),(688,'options','options','minreputationpost',1010,1,'vbulletin'),(689,'options','options','minreputationcount',1020,1,'vbulletin'),(690,'options','options','maxreputationperday',1030,1,'vbulletin'),(691,'options','options','reputationrepeat',1040,1,'vbulletin'),(692,'options','options','unallowvbcode',1050,1,'vbulletin'),(693,'options','options','unallowsmilies',1060,1,'vbulletin'),(694,'options','options','unallowimg',1070,1,'vbulletin'),(695,'options','options','unallowhtml',1080,1,'vbulletin'),(696,'options','options','enablememberlist',1090,1,'vbulletin'),(697,'options','options','memberlistposts',1093,1,'vbulletin'),(698,'options','options','memberlistfields',1095,1,'vbulletin'),(699,'options','options','memberlistperpage',1100,1,'vbulletin'),(700,'options','options','usememberlistadvsearch',1110,1,'vbulletin'),(701,'options','options','profilelastpost',1120,1,'vbulletin'),(702,'options','options','enablebanning',1130,1,'vbulletin'),(703,'options','options','banip',1140,1,'vbulletin'),(704,'options','options','banemail',1150,1,'vbulletin'),(705,'options','options','aggressiveemailban',1155,1,'vbulletin'),(706,'options','options','allowkeepbannedemail',1160,1,'vbulletin'),(707,'options','options','globalignore',1170,1,'vbulletin'),(708,'options','options','allowedbbcodes',1173,1,'vbulletin'),(709,'options','options','codemaxlines',1178,1,'vbulletin'),(710,'options','options','quickedit',1179,1,'vbulletin'),(711,'options','options','quickreply',1180,1,'vbulletin'),(712,'options','options','mqlimit',1180,1,'vbulletin'),(713,'options','options','multiquote',1180,1,'vbulletin'),(714,'options','options','postminchars',1200,1,'vbulletin'),(715,'options','options','ignorequotechars',1210,1,'vbulletin'),(716,'options','options','quotetitle',1220,1,'vbulletin'),(717,'options','options','postmaxchars',1230,1,'vbulletin'),(718,'options','options','maximages',1240,1,'vbulletin'),(719,'options','options','stopshouting',1250,1,'vbulletin'),(720,'options','options','allowdynimg',1260,1,'vbulletin'),(721,'options','options','floodchecktime',1270,1,'vbulletin'),(722,'options','options','editthreadtitlelimit',1280,1,'vbulletin'),(723,'options','options','addpolltimeout',1290,1,'vbulletin'),(724,'options','options','edittimelimit',1295,1,'vbulletin'),(725,'options','options','noeditedbytime',1300,1,'vbulletin'),(726,'options','options','logip',1310,1,'vbulletin'),(727,'options','options','allowvbcodebuttons',1320,1,'vbulletin'),(728,'options','options','editormodes',1335,1,'vbulletin'),(729,'options','options','smtotal',1340,1,'vbulletin'),(730,'options','options','smcolumns',1350,1,'vbulletin'),(731,'options','options','wysiwyg_smtotal',1360,1,'vbulletin'),(732,'options','options','attachtotalspace',1370,1,'vbulletin'),(733,'options','options','attachlimit',1380,1,'vbulletin'),(734,'options','options','attachboxcount',1390,1,'vbulletin'),(735,'options','options','attachurlcount',1395,1,'vbulletin'),(736,'options','options','allowattachdel',1400,1,'vbulletin'),(737,'options','options','allowclosedattachdel',1401,1,'vbulletin'),(738,'options','options','allowduplicates',1410,1,'vbulletin'),(739,'options','options','viewattachedimages',1420,1,'vbulletin'),(740,'options','options','attachthumbs',1430,1,'vbulletin'),(741,'options','options','attachthumbssize',1440,1,'vbulletin'),(742,'options','options','thumbquality',1445,1,'vbulletin'),(743,'options','options','attachrow',1450,1,'vbulletin'),(744,'options','options','thumbpng',1451,1,'vbulletin'),(745,'options','options','maxpolloptions',1460,1,'vbulletin'),(746,'options','options','maxpolllength',1465,1,'vbulletin'),(747,'options','options','updatelastpost',1470,1,'vbulletin'),(748,'options','options','showvotes',1480,1,'vbulletin'),(749,'options','options','votechange',1490,1,'vbulletin'),(750,'options','options','enablesearches',1500,1,'vbulletin'),(751,'options','options','searchfloodtime',1510,1,'vbulletin'),(752,'options','options','minsearchlength',1520,1,'vbulletin'),(753,'options','options','maxsearchlength',1530,1,'vbulletin'),(754,'options','options','goodwords',1540,1,'vbulletin'),(755,'options','options','searchperpage',1550,1,'vbulletin'),(756,'options','options','maxresults',1560,1,'vbulletin'),(757,'options','options','allowwildcards',1570,1,'vbulletin'),(758,'options','options','similarthreadsearch',1580,1,'vbulletin'),(759,'options','options','searchsharing',1585,1,'vbulletin'),(760,'options','options','similarthreadthreshold',1590,1,'vbulletin'),(761,'options','options','badwords',1595,1,'vbulletin'),(762,'options','options','searchimagecheck',1598,1,'vbulletin'),(763,'options','options','multimatchscore',1600,1,'vbulletin'),(764,'options','options','datescore',1610,1,'vbulletin'),(765,'options','options','threadtitlescore',1620,1,'vbulletin'),(766,'options','options','posttitlescore',1630,1,'vbulletin'),(767,'options','options','replyscore',1640,1,'vbulletin'),(768,'options','options','replyfunc',1650,1,'vbulletin'),(769,'options','options','viewscore',1660,1,'vbulletin'),(770,'options','options','viewfunc',1670,1,'vbulletin'),(771,'options','options','ratescore',1680,1,'vbulletin'),(772,'options','options','ratefunc',1690,1,'vbulletin'),(773,'options','options','forumhome',1700,1,'vbulletin'),(774,'options','options','displayloggedin',1710,1,'vbulletin'),(775,'options','options','showbirthdays',1720,1,'vbulletin'),(776,'options','options','birthdaydatecut',1730,1,'vbulletin'),(777,'options','options','showevents',1740,1,'vbulletin'),(778,'options','options','showholidays',1750,1,'vbulletin'),(779,'options','options','showeventtype',1760,1,'vbulletin'),(780,'options','options','activememberdays',1765,1,'vbulletin'),(781,'options','options','activememberoptions',1767,1,'vbulletin'),(782,'options','options','forumhomedepth',1770,1,'vbulletin'),(783,'options','options','forumdisplaydepth',1780,1,'vbulletin'),(784,'options','options','subforumdepth',1790,1,'vbulletin'),(785,'options','options','showforumdescription',1800,1,'vbulletin'),(786,'options','options','showprivateforums',1805,1,'vbulletin'),(787,'options','options','hideprivateforums',1810,1,'vbulletin'),(788,'options','options','showlocks',1820,1,'vbulletin'),(789,'options','options','lastthreadchars',1830,1,'vbulletin'),(790,'options','options','showmoderatorcolumn',1840,1,'vbulletin'),(791,'options','options','nav_forumdesc',1845,1,'vbulletin'),(792,'options','options','showforumusers',1850,1,'vbulletin'),(793,'options','options','maxthreads',1860,1,'vbulletin'),(794,'options','options','showstickies',1870,1,'vbulletin'),(795,'options','options','showdots',1880,1,'vbulletin'),(796,'options','options','usehotthreads',1890,1,'vbulletin'),(797,'options','options','hotnumberviews',1900,1,'vbulletin'),(798,'options','options','hotnumberposts',1910,1,'vbulletin'),(799,'options','options','linktopages',1920,1,'vbulletin'),(800,'options','options','maxmultipage',1930,1,'vbulletin'),(801,'options','options','threadpreview',1940,1,'vbulletin'),(802,'options','options','oneannounce',1950,1,'vbulletin'),(803,'options','options','showthreadusers',1960,1,'vbulletin'),(804,'options','options','maxposts',1970,1,'vbulletin'),(805,'options','options','usermaxposts',1980,1,'vbulletin'),(806,'options','options','showdeficon',1990,1,'vbulletin'),(807,'options','options','wordwrap',2010,1,'vbulletin'),(808,'options','options','threadvoted',2020,1,'vbulletin'),(809,'options','options','threadsubscribed',2030,1,'vbulletin'),(810,'options','options','showsimilarthreads',2040,1,'vbulletin'),(811,'options','options','postelements',2045,1,'vbulletin'),(812,'options','options','allowthreadedmode',2050,1,'vbulletin'),(813,'options','options','threadedmode',2060,1,'vbulletin'),(814,'options','options','threaded_listdepth',2070,1,'vbulletin'),(815,'options','options','threaded_maxcache',2080,1,'vbulletin'),(816,'options','options','threaded_trimtitle',2085,1,'vbulletin'),(817,'options','options','enablepms',2090,1,'vbulletin'),(818,'options','options','checknewpm',2100,1,'vbulletin'),(819,'options','options','pmmaxchars',2110,1,'vbulletin'),(820,'options','options','pmfloodtime',2120,1,'vbulletin'),(821,'options','options','pmperpage',2130,1,'vbulletin'),(822,'options','options','pmmaxperpage',2140,1,'vbulletin'),(823,'options','options','privallowicons',2150,1,'vbulletin'),(824,'options','options','privallowbbcode',2160,1,'vbulletin'),(825,'options','options','privallowsmilies',2170,1,'vbulletin'),(826,'options','options','privallowbbimagecode',2180,1,'vbulletin'),(827,'options','options','privallowhtml',2190,1,'vbulletin'),(828,'options','options','WOLenable',2200,1,'vbulletin'),(829,'options','options','WOLrefresh',2210,1,'vbulletin'),(830,'options','options','WOLguests',2220,1,'vbulletin'),(831,'options','options','WOLresolve',2230,1,'vbulletin'),(832,'options','options','enablespiders',2240,1,'vbulletin'),(833,'options','options','archiveenabled',2270,1,'vbulletin'),(834,'options','options','archive_threadtype',2275,1,'vbulletin'),(835,'options','options','archive_threadsperpage',2280,1,'vbulletin'),(836,'options','options','archive_postsperpage',2290,1,'vbulletin'),(837,'options','options','adminquickstats',2300,1,'vbulletin'),(838,'options','options','cpstylefolder',2310,1,'vbulletin'),(839,'options','options','timeoutcontrolpanel',2320,1,'vbulletin'),(840,'options','options','cp_collapse_forums',2330,1,'vbulletin'),(841,'options','options','cp_usereditcolumns',2340,1,'vbulletin'),(842,'options','options','externaljs',2350,1,'vbulletin'),(843,'options','options','externalrss',2360,1,'vbulletin'),(844,'options','options','externalxml',2370,1,'vbulletin'),(845,'options','options','externalcutoff',2375,1,'vbulletin'),(846,'options','options','errorlogdatabase',2380,1,'vbulletin'),(847,'options','options','errorlogsecurity',2390,1,'vbulletin'),(848,'options','options','errorlogphp',2395,1,'vbulletin'),(849,'options','options','errorlogmaxsize',2400,1,'vbulletin'),(850,'options','options','disableerroremail',2410,1,'vbulletin'),(851,'options','options','enablehooks',2470,1,'vbulletin'),(852,'options','searchtype','',1,1,'vbulletin'),(853,'options','searchtype','deleteindex',10,1,'vbulletin'),(854,'phrase','','',1,1,'vbulletin'),(855,'phrase','add','',1,1,'vbulletin'),(856,'phrase','add,edit','phrasetypeid',20,1,'vbulletin'),(857,'phrase','add,edit','varname',30,1,'vbulletin'),(858,'phrase','add,edit','text',40,1,'vbulletin'),(859,'phrase','delete','',1,1,'vbulletin'),(860,'phrase','edit','',1,1,'vbulletin'),(861,'phrase','edit','languageid',10,1,'vbulletin'),(862,'phrase','findorphans','',1,1,'vbulletin'),(863,'phrase','findupdates','',1,1,'vbulletin'),(864,'phrase','manageorphans','',1,1,'vbulletin'),(865,'phrase','modify','',1,1,'vbulletin'),(866,'phrase','quickref','',1,1,'vbulletin'),(867,'phrase','search','',1,1,'vbulletin'),(868,'phrase','search','searchstring',20,1,'vbulletin'),(869,'phrase','search','languageid',25,1,'vbulletin'),(870,'phrase','search','searchwhere',30,1,'vbulletin'),(871,'phrase','search','casesensitive',40,1,'vbulletin'),(872,'phrase','search','replacestring',50,1,'vbulletin'),(873,'plugin','productadd','allowoverwrite',4,1,'vbulletin'),(874,'plugin','productadd,productedit','productid',5,1,'vbulletin'),(875,'plugin','productadd,productedit','title',10,1,'vbulletin'),(876,'plugin','productadd,productedit','version',20,1,'vbulletin'),(877,'plugin','productadd,productedit','description',30,1,'vbulletin'),(878,'plugin','productadd,productedit','url',40,1,'vbulletin'),(879,'plugin','productadd,productedit','versioncheckurl',50,1,'vbulletin'),(880,'plugin','productedit','dependencytype',60,1,'vbulletin'),(881,'plugin','productedit','maxversion',70,1,'vbulletin'),(882,'plugin','productedit','minversion',80,1,'vbulletin'),(883,'plugin','productedit','installcode',90,1,'vbulletin'),(884,'plugin','productedit','uninstallcode',100,1,'vbulletin'),(885,'profilefield','','',1,1,'vbulletin'),(886,'profilefield','add','',1,1,'vbulletin'),(887,'profilefield','add,edit','title',20,1,'vbulletin'),(888,'profilefield','add,edit','description',30,1,'vbulletin'),(889,'profilefield','add,edit','data',40,1,'vbulletin'),(890,'profilefield','add,edit','maxlength',50,1,'vbulletin'),(891,'profilefield','add,edit','size',60,1,'vbulletin'),(892,'profilefield','add,edit','newtype',65,1,'vbulletin'),(893,'profilefield','add,edit','height',70,1,'vbulletin'),(894,'profilefield','add,edit','def',120,1,'vbulletin'),(895,'profilefield','add,edit','perline',140,1,'vbulletin'),(896,'profilefield','add,edit','boxheight',150,1,'vbulletin'),(897,'profilefield','add,edit','displayorder',160,1,'vbulletin'),(898,'profilefield','add,edit','required',170,1,'vbulletin'),(899,'profilefield','add,edit','editable',175,1,'vbulletin'),(900,'profilefield','add,edit','hidden',180,1,'vbulletin'),(901,'profilefield','add,edit','searchable',190,1,'vbulletin'),(902,'profilefield','add,edit','memberlist',200,1,'vbulletin'),(903,'profilefield','add,edit','optional',210,1,'vbulletin'),(904,'profilefield','add,edit','regex',240,1,'vbulletin'),(905,'profilefield','add,edit','form',250,1,'vbulletin'),(906,'profilefield','edit','',1,1,'vbulletin'),(907,'profilefield','modify','',1,1,'vbulletin'),(908,'profilefield','remove','',1,1,'vbulletin'),(909,'queries','','',1,1,'vbulletin'),(910,'queries','modify','',1,1,'vbulletin'),(911,'queries','modify','autoquery',10,1,'vbulletin'),(912,'queries','modify','query',20,1,'vbulletin'),(913,'queries','modify','perpage',30,1,'vbulletin'),(914,'rankphp','add,edit','stack',60,1,'vbulletin'),(915,'ranks','','',1,1,'vbulletin'),(916,'ranks','add','',1,1,'vbulletin'),(917,'ranks','add,edit','ranklevel',10,1,'vbulletin'),(918,'ranks','add,edit','minposts',20,1,'vbulletin'),(919,'ranks','add,edit','usergroupid',30,1,'vbulletin'),(920,'ranks','add,edit','rankimg',40,1,'vbulletin'),(921,'ranks','add,edit','rankhtml',50,1,'vbulletin'),(922,'ranks','add,edit','stack',60,1,'vbulletin'),(923,'ranks','add,edit','display',70,1,'vbulletin'),(924,'ranks','edit','',1,1,'vbulletin'),(925,'ranks','modify','',1,1,'vbulletin'),(926,'ranks','remove','',1,1,'vbulletin'),(927,'repair','','',1,1,'vbulletin'),(928,'repair','list','optimizetables',1,1,'vbulletin'),(929,'repair','list','repairtables',1,1,'vbulletin'),(930,'repair','list','',1,1,'vbulletin'),(931,'replacement','','',1,1,'vbulletin'),(932,'replacement','add','',1,1,'vbulletin'),(933,'replacement','add','dostyleid',10,1,'vbulletin'),(934,'replacement','add,edit','findtext',20,1,'vbulletin'),(935,'replacement','add,edit','replacetext',30,1,'vbulletin'),(936,'replacement','edit','',1,1,'vbulletin'),(937,'replacement','modify','',1,1,'vbulletin'),(938,'replacement','remove','',1,1,'vbulletin'),(939,'resources','','',1,1,'vbulletin'),(940,'resources','index','',1,1,'vbulletin'),(941,'resources','index','forumid',10,1,'vbulletin'),(942,'resources','index','usergroupid',20,1,'vbulletin'),(943,'resources','view','',1,1,'vbulletin'),(944,'resources','viewuser','',1,1,'vbulletin'),(945,'rssposter','edit','resetlastrun',10,1,'vbulletin'),(946,'rssposter','edit','enabled',20,1,'vbulletin'),(947,'rssposter','edit','title',30,1,'vbulletin'),(948,'rssposter','edit','url',40,1,'vbulletin'),(949,'rssposter','edit','ttl',50,1,'vbulletin'),(950,'rssposter','edit','maxresults',60,1,'vbulletin'),(951,'rssposter','edit','searchwords',70,1,'vbulletin'),(952,'rssposter','edit','username',80,1,'vbulletin'),(953,'rssposter','edit','forumid',90,1,'vbulletin'),(954,'rssposter','edit','allowsmilies',100,1,'vbulletin'),(955,'rssposter','edit','showsignature',110,1,'vbulletin'),(956,'rssposter','edit','html2bbcode',115,1,'vbulletin'),(957,'rssposter','edit','titletemplate',120,1,'vbulletin'),(958,'rssposter','edit','bodytemplate',130,1,'vbulletin'),(959,'rssposter','edit','itemtype',140,1,'vbulletin'),(960,'rssposter','edit','iconid',150,1,'vbulletin'),(961,'rssposter','edit','stickthread',160,1,'vbulletin'),(962,'rssposter','edit','moderatethread',170,1,'vbulletin'),(963,'rssposter','edit','threadactiondelay',180,1,'vbulletin'),(964,'rssposter','edit','unstickthread',190,1,'vbulletin'),(965,'rssposter','edit','closethread',200,1,'vbulletin'),(966,'rssposter','edit','allowhtml',210,1,'vbulletin'),(967,'rssposter','edit','endannouncement',220,1,'vbulletin'),(968,'stats','','',1,1,'vbulletin'),(969,'stats','index','',1,1,'vbulletin'),(970,'stats','reg,activity,thread,post','',1,1,'vbulletin'),(971,'stats','reg,activity,thread,post','start',10,1,'vbulletin'),(972,'stats','reg,activity,thread,post','end',20,1,'vbulletin'),(973,'stats','reg,activity,thread,post','scope',30,1,'vbulletin'),(974,'stats','reg,activity,thread,post','sort',40,1,'vbulletin'),(975,'stats','reg,activity,thread,post','nullvalue',50,1,'vbulletin'),(976,'stats','top','',1,1,'vbulletin'),(977,'subscriptionpermission','','',1,1,'vbulletin'),(978,'subscriptionpermission','edit','',1,1,'vbulletin'),(979,'subscriptionpermission','edit','usesub',10,1,'vbulletin'),(980,'subscriptionpermission','modify','',1,1,'vbulletin'),(981,'subscriptions','','',1,1,'vbulletin'),(982,'subscriptions','add','',1,1,'vbulletin'),(983,'subscriptions','add','varname',1,1,'vbulletin'),(984,'subscriptions','add,edit','adminprofilepic',1,1,'vbulletin'),(985,'subscriptions','add,edit','adminavatar',1,1,'vbulletin'),(986,'subscriptions','add,edit','title',10,1,'vbulletin'),(987,'subscriptions','add,edit','description',20,1,'vbulletin'),(988,'subscriptions','add,edit','active',30,1,'vbulletin'),(989,'subscriptions','add,edit','length',40,1,'vbulletin'),(990,'subscriptions','add,edit','sub[cost][usd]',50,1,'vbulletin'),(991,'subscriptions','add,edit','sub[cost][gbp]',60,1,'vbulletin'),(992,'subscriptions','add,edit','sub[cost][eur]',70,1,'vbulletin'),(993,'subscriptions','add,edit','nusergroupid',80,1,'vbulletin'),(994,'subscriptions','add,edit','membergroup',90,1,'vbulletin'),(995,'subscriptions','add,edit','tax',100,1,'vbulletin'),(996,'subscriptions','add,edit','shipping',110,1,'vbulletin'),(997,'subscriptions','add,edit','displayorder',115,1,'vbulletin'),(998,'subscriptions','add,edit','recurring',120,1,'vbulletin'),(999,'subscriptions','adjust','',1,1,'vbulletin'),(1000,'subscriptions','adjust','username',5,1,'vbulletin'),(1001,'subscriptions','adjust','regdate',10,1,'vbulletin'),(1002,'subscriptions','adjust','expirydate',20,1,'vbulletin'),(1003,'subscriptions','adjust','status',30,1,'vbulletin'),(1004,'subscriptions','api','',1,1,'vbulletin'),(1005,'subscriptions','apiadd','',1,1,'vbulletin'),(1006,'subscriptions','apiadd,apiedit','title',10,1,'vbulletin'),(1007,'subscriptions','apiadd,apiedit','active',20,1,'vbulletin'),(1008,'subscriptions','apiadd,apiedit','classname',30,1,'vbulletin'),(1009,'subscriptions','apiadd,apiedit','currency',40,1,'vbulletin'),(1010,'subscriptions','apiadd,apiedit','recurring',50,1,'vbulletin'),(1011,'subscriptions','apiedit','',1,1,'vbulletin'),(1012,'subscriptions','apirem','',1,1,'vbulletin'),(1013,'subscriptions','edit','',1,1,'vbulletin'),(1014,'subscriptions','find','',1,1,'vbulletin'),(1015,'subscriptions','modify','',1,1,'vbulletin'),(1016,'subscriptions','remove','',1,1,'vbulletin'),(1017,'subscriptions','transactions','start',1,1,'vbulletin'),(1018,'subscriptions','transactions','state',1,1,'vbulletin'),(1019,'subscriptions','transactions','transactionid',1,1,'vbulletin'),(1020,'subscriptions','transactions','exact',1,1,'vbulletin'),(1021,'subscriptions','transactions','username',1,1,'vbulletin'),(1022,'subscriptions','transactions','currency',1,1,'vbulletin'),(1023,'subscriptions','transactions','end',1,1,'vbulletin'),(1024,'subscriptions','transactions','subscriptionid',1,1,'vbulletin'),(1025,'subscriptions','transactions','orderby',1,1,'vbulletin'),(1026,'subscriptions','transactions','scope',1,1,'vbulletin'),(1027,'subscriptions','transactions','paymentapiid',1,1,'vbulletin'),(1028,'template','','',1,1,'vbulletin'),(1029,'template','add','dostyleid',10,1,'vbulletin'),(1030,'template','add,edit','',1,1,'vbulletin'),(1031,'template','add,edit','title',20,1,'vbulletin'),(1032,'template','add,edit','template',30,1,'vbulletin'),(1033,'template','addstyle','',1,1,'vbulletin'),(1034,'template','addstyle,editstyle,files','parentid',10,1,'vbulletin'),(1035,'template','addstyle,editstyle,files','title',20,1,'vbulletin'),(1036,'template','addstyle,editstyle,files','userselect',30,1,'vbulletin'),(1037,'template','addstyle,editstyle,files','displayorder',40,1,'vbulletin'),(1038,'template','delete','',1,1,'vbulletin'),(1039,'template','deletestyle','',1,1,'vbulletin'),(1040,'template','editstyle','',1,1,'vbulletin'),(1041,'template','files','',1,1,'vbulletin'),(1042,'template','files','dostyleid',10,1,'vbulletin'),(1043,'template','files','product',15,1,'vbulletin'),(1044,'template','files','filename',30,1,'vbulletin'),(1045,'template','files','mode',40,1,'vbulletin'),(1046,'template','files','stylefile',50,1,'vbulletin'),(1047,'template','files','serverfile',60,1,'vbulletin'),(1048,'template','files','overwritestyleid',70,1,'vbulletin'),(1049,'template','files','anyversion',80,1,'vbulletin'),(1050,'template','findupdates','',1,1,'vbulletin'),(1051,'template','history','',1,1,'vbulletin'),(1052,'template','historysubmit','',1,1,'vbulletin'),(1053,'template','modify','',1,1,'vbulletin'),(1054,'template','rebuild','',1,1,'vbulletin'),(1055,'template','revertall','',1,1,'vbulletin'),(1056,'template','search','',1,1,'vbulletin'),(1057,'template','search','searchset',10,1,'vbulletin'),(1058,'template','search','searchstring',20,1,'vbulletin'),(1059,'template','search','titlesonly',30,1,'vbulletin'),(1060,'template','search','dostyleid',40,1,'vbulletin'),(1061,'template','search','replacestring',50,1,'vbulletin'),(1062,'template','search','test',60,1,'vbulletin'),(1063,'template','search','regex',70,1,'vbulletin'),(1064,'template','search','case_insensitive',80,1,'vbulletin'),(1065,'template','view','',1,1,'vbulletin'),(1066,'thread','','',1,1,'vbulletin'),(1067,'thread','dothreads,pruneuser','',1,1,'vbulletin'),(1068,'thread','dothreadssel','',1,1,'vbulletin'),(1069,'thread','dovotes','',1,1,'vbulletin'),(1070,'thread','killpoll','',1,1,'vbulletin'),(1071,'thread','killpoll','threadid',10,1,'vbulletin'),(1072,'thread','move','',1,1,'vbulletin'),(1073,'thread','move','destforumid',5,1,'vbulletin'),(1074,'thread','prune','',1,1,'vbulletin'),(1075,'thread','prune','username',180,1,'vbulletin'),(1076,'thread','prune,move','originaldaysolder',10,1,'vbulletin'),(1077,'thread','prune,move','originaldaysnewer',20,1,'vbulletin'),(1078,'thread','prune,move','lastdaysolder',30,1,'vbulletin'),(1079,'thread','prune,move','lastdaysnewer',40,1,'vbulletin'),(1080,'thread','prune,move','repliesleast',50,1,'vbulletin'),(1081,'thread','prune,move','repliesmost',60,1,'vbulletin'),(1082,'thread','prune,move','viewsleast',70,1,'vbulletin'),(1083,'thread','prune,move','viewsmost',80,1,'vbulletin'),(1084,'thread','prune,move','issticky',90,1,'vbulletin'),(1085,'thread','prune,move','state',92,1,'vbulletin'),(1086,'thread','prune,move','status',94,1,'vbulletin'),(1087,'thread','prune,move','posteduser',140,1,'vbulletin'),(1088,'thread','prune,move','titlecontains',150,1,'vbulletin'),(1089,'thread','prune,move','forumid',160,1,'vbulletin'),(1090,'thread','prune,move','subforums',170,1,'vbulletin'),(1091,'thread','pruneusersel','',1,1,'vbulletin'),(1092,'thread','removepoll','',1,1,'vbulletin'),(1093,'thread','unsubscribe','',1,1,'vbulletin'),(1094,'thread','unsubscribe','ids',10,1,'vbulletin'),(1095,'thread','unsubscribe','username',20,1,'vbulletin'),(1096,'thread','unsubscribe','daysprune',30,1,'vbulletin'),(1097,'thread','unsubscribe','forumid',40,1,'vbulletin'),(1098,'thread','votes','',1,1,'vbulletin'),(1099,'thread','votes','pollid',10,1,'vbulletin'),(1100,'thread','votes','threadtitle',20,1,'vbulletin'),(1101,'user','','',1,1,'vbulletin'),(1102,'user','add','',1,1,'vbulletin'),(1103,'user','add','password',30,1,'vbulletin'),(1104,'user','add,edit','adminprofilepic',1,1,'vbulletin'),(1105,'user','add,edit','adminavatar',1,1,'vbulletin'),(1106,'user','add,edit','username',20,1,'vbulletin'),(1107,'user','add,edit','email',40,1,'vbulletin'),(1108,'user','add,edit','languageid',50,1,'vbulletin'),(1109,'user','add,edit','usertitle',60,1,'vbulletin'),(1110,'user','add,edit','customtitle',70,1,'vbulletin'),(1111,'user','add,edit','homepage',80,1,'vbulletin'),(1112,'user','add,edit','birthday',90,1,'vbulletin'),(1113,'user','add,edit','showbirthday',95,1,'vbulletin'),(1114,'user','add,edit','signature',100,1,'vbulletin'),(1115,'user','add,edit','icq',110,1,'vbulletin'),(1116,'user','add,edit','aim',120,1,'vbulletin'),(1117,'user','add,edit','yahoo',130,1,'vbulletin'),(1118,'user','add,edit','msn',140,1,'vbulletin'),(1119,'user','add,edit','skype',145,1,'vbulletin'),(1120,'user','add,edit','coppauser',150,1,'vbulletin'),(1121,'user','add,edit','parentemail',160,1,'vbulletin'),(1122,'user','add,edit','posts',170,1,'vbulletin'),(1123,'user','add,edit','referrerid',180,1,'vbulletin'),(1124,'user','add,edit','ipaddress',190,1,'vbulletin'),(1125,'user','add,edit','usergroupid',200,1,'vbulletin'),(1126,'user','add,edit','membergroupids',210,1,'vbulletin'),(1127,'user','add,edit','showreputation',220,1,'vbulletin'),(1128,'user','add,edit','reputation',230,1,'vbulletin'),(1129,'user','add,edit','reputationpower',235,1,'vbulletin'),(1130,'user','add,edit','adminemail',240,1,'vbulletin'),(1131,'user','add,edit','showemail',250,1,'vbulletin'),(1132,'user','add,edit','invisible',260,1,'vbulletin'),(1133,'user','add,edit','showvcard',265,1,'vbulletin'),(1134,'user','add,edit','receivepm',270,1,'vbulletin'),(1135,'user','add,edit','emailonpm',280,1,'vbulletin'),(1136,'user','add,edit','pmpopup',290,1,'vbulletin'),(1137,'user','add,edit','showsignatures',300,1,'vbulletin'),(1138,'user','add,edit','showavatars',310,1,'vbulletin'),(1139,'user','add,edit','showimages',320,1,'vbulletin'),(1140,'user','add,edit','autosubscribe',330,1,'vbulletin'),(1141,'user','add,edit','threadedmode',340,1,'vbulletin'),(1142,'user','add,edit','showvbcode',350,1,'vbulletin'),(1143,'user','add,edit','styleid',360,1,'vbulletin'),(1144,'user','add,edit','timezoneoffset',370,1,'vbulletin'),(1145,'user','add,edit','dstauto',380,1,'vbulletin'),(1146,'user','add,edit','dstonoff',390,1,'vbulletin'),(1147,'user','add,edit','daysprune',400,1,'vbulletin'),(1148,'user','add,edit','joindate',410,1,'vbulletin'),(1149,'user','add,edit','lastvisit',420,1,'vbulletin'),(1150,'user','add,edit','lastactivity',430,1,'vbulletin'),(1151,'user','add,edit','lastpost',440,1,'vbulletin'),(1152,'user','doips','',1,1,'vbulletin'),(1153,'user','doips','ipaddress',10,1,'vbulletin'),(1154,'user','doips','username',20,1,'vbulletin'),(1155,'user','doips','depth',30,1,'vbulletin'),(1156,'user','edit','receivepmbuddies',1,1,'vbulletin'),(1157,'user','edit','',1,1,'vbulletin'),(1158,'user','edit','password',30,1,'vbulletin'),(1159,'user','editaccess','',1,1,'vbulletin'),(1160,'user','emailpassword','',1,1,'vbulletin'),(1161,'user','find','',1,1,'vbulletin'),(1162,'user','find2','',1,1,'vbulletin'),(1163,'user','moderate','',1,1,'vbulletin'),(1164,'user','moderate','send_validated',10,1,'vbulletin'),(1165,'user','moderate','send_deleted',20,1,'vbulletin'),(1166,'user','modify','',1,1,'vbulletin'),(1167,'user','modify','username',70,1,'vbulletin'),(1168,'user','modify','usergroupid',90,1,'vbulletin'),(1169,'user','modify','membergroup',100,1,'vbulletin'),(1170,'user','modify','adminemail',105,1,'vbulletin'),(1171,'user','modify','email',110,1,'vbulletin'),(1172,'user','modify','parentemail',120,1,'vbulletin'),(1173,'user','modify','coppauser',130,1,'vbulletin'),(1174,'user','modify','homepage',140,1,'vbulletin'),(1175,'user','modify','icq',150,1,'vbulletin'),(1176,'user','modify','aim',160,1,'vbulletin'),(1177,'user','modify','yahoo',170,1,'vbulletin'),(1178,'user','modify','msn',175,1,'vbulletin'),(1179,'user','modify','skype',176,1,'vbulletin'),(1180,'user','modify','signature',180,1,'vbulletin'),(1181,'user','modify','usertitle',190,1,'vbulletin'),(1182,'user','modify','joindateafter',200,1,'vbulletin'),(1183,'user','modify','joindatebefore',210,1,'vbulletin'),(1184,'user','modify','lastactivityafter',213,1,'vbulletin'),(1185,'user','modify','lastactivitybefore',217,1,'vbulletin'),(1186,'user','modify','lastvisitafter',220,1,'vbulletin'),(1187,'user','modify','lastvisitbefore',230,1,'vbulletin'),(1188,'user','modify','lastpostafter',240,1,'vbulletin'),(1189,'user','modify','lastpostbefore',250,1,'vbulletin'),(1190,'user','modify','birthdayafter',260,1,'vbulletin'),(1191,'user','modify','birthdaybefore',270,1,'vbulletin'),(1192,'user','modify','postslower',280,1,'vbulletin'),(1193,'user','modify','postsupper',290,1,'vbulletin'),(1194,'user','modify','reputationlower',300,1,'vbulletin'),(1195,'user','modify','reputationupper',310,1,'vbulletin'),(1196,'user','modify','ipaddress',320,1,'vbulletin'),(1197,'user','modify','display[username]',390,1,'vbulletin'),(1198,'user','modify','display[options]',400,1,'vbulletin'),(1199,'user','modify','display[usergroup]',410,1,'vbulletin'),(1200,'user','modify','display[email]',420,1,'vbulletin'),(1201,'user','modify','display[parentemail]',430,1,'vbulletin'),(1202,'user','modify','display[coppauser]',440,1,'vbulletin'),(1203,'user','modify','display[homepage]',450,1,'vbulletin'),(1204,'user','modify','display[icq]',460,1,'vbulletin'),(1205,'user','modify','display[aim]',470,1,'vbulletin'),(1206,'user','modify','display[yahoo]',480,1,'vbulletin'),(1207,'user','modify','display[msn]',490,1,'vbulletin'),(1208,'user','modify','display[signature]',500,1,'vbulletin'),(1209,'user','modify','display[usertitle]',510,1,'vbulletin'),(1210,'user','modify','display[joindate]',520,1,'vbulletin'),(1211,'user','modify','display[lastactivity]',523,1,'vbulletin'),(1212,'user','modify','display[lastvisit]',530,1,'vbulletin'),(1213,'user','modify','display[lastpost]',540,1,'vbulletin'),(1214,'user','modify','display[posts]',550,1,'vbulletin'),(1215,'user','modify','display[reputation]',560,1,'vbulletin'),(1216,'user','modify','display[ipaddress]',570,1,'vbulletin'),(1217,'user','modify','display[birthday]',580,1,'vbulletin'),(1218,'user','modify','orderby',590,1,'vbulletin'),(1219,'user','modify','limitstart',610,1,'vbulletin'),(1220,'user','modify','limitnumber',620,1,'vbulletin'),(1221,'user','prune','',1,1,'vbulletin'),(1222,'user','prune','usergroupid',20,1,'vbulletin'),(1223,'user','prune','daysprune',30,1,'vbulletin'),(1224,'user','prune','joindate',40,1,'vbulletin'),(1225,'user','prune','minposts',50,1,'vbulletin'),(1226,'user','prune','order',60,1,'vbulletin'),(1227,'user','pruneusers','',1,1,'vbulletin'),(1228,'user','remove','',1,1,'vbulletin'),(1229,'usergroup','','',1,1,'vbulletin'),(1230,'usergroup','add','',1,1,'vbulletin'),(1231,'usergroup','add','ugid_base',750,1,'vbulletin'),(1232,'usergroup','add,edit','cananimateprofilepic',1,1,'vbulletin'),(1233,'usergroup','add,edit','canviewthreads',1,1,'vbulletin'),(1234,'usergroup','add,edit','canemailmember',1,1,'vbulletin'),(1235,'usergroup','add,edit','isnotmoderated',1,1,'vbulletin'),(1236,'usergroup','add,edit','cansearchft_bool',1,1,'vbulletin'),(1237,'usergroup','add,edit','cananimateavatar',1,1,'vbulletin'),(1238,'usergroup','add,edit','cangivearbinfraction',1,1,'vbulletin'),(1239,'usergroup','add,edit','title',10,1,'vbulletin'),(1240,'usergroup','add,edit','description',20,1,'vbulletin'),(1241,'usergroup','add,edit','usertitle',30,1,'vbulletin'),(1242,'usergroup','add,edit','htmltags',40,1,'vbulletin'),(1243,'usergroup','add,edit','passwordexpires',50,1,'vbulletin'),(1244,'usergroup','add,edit','passwordhistory',60,1,'vbulletin'),(1245,'usergroup','add,edit','showgroup',70,1,'vbulletin'),(1246,'usergroup','add,edit','showbirthday',80,1,'vbulletin'),(1247,'usergroup','add,edit','showmemberlist',90,1,'vbulletin'),(1248,'usergroup','add,edit','allowmembergroups',100,1,'vbulletin'),(1249,'usergroup','add,edit','isnotbannedgroup',110,1,'vbulletin'),(1250,'usergroup','add,edit','ispublicgroup',120,1,'vbulletin'),(1251,'usergroup','add,edit','canoverride',130,1,'vbulletin'),(1252,'usergroup','add,edit','canseehidden',140,1,'vbulletin'),(1253,'usergroup','add,edit','canviewmembers',150,1,'vbulletin'),(1254,'usergroup','add,edit','canmodifyprofile',160,1,'vbulletin'),(1255,'usergroup','add,edit','caninvisible',170,1,'vbulletin'),(1256,'usergroup','add,edit','showeditedby',180,1,'vbulletin'),(1257,'usergroup','add,edit','canseeraters',190,1,'vbulletin'),(1258,'usergroup','add,edit','canusecustomtitle',200,1,'vbulletin'),(1259,'usergroup','add,edit','canusesignature',210,1,'vbulletin'),(1260,'usergroup','add,edit','canseeprofilepic',220,1,'vbulletin'),(1261,'usergroup','add,edit','canseehiddencustomfields',225,1,'vbulletin'),(1262,'usergroup','add,edit','canview',230,1,'vbulletin'),(1263,'usergroup','add,edit','canviewothers',240,1,'vbulletin'),(1264,'usergroup','add,edit','canseedelnotice',250,1,'vbulletin'),(1265,'usergroup','add,edit','cansearch',260,1,'vbulletin'),(1266,'usergroup','add,edit','canemail',270,1,'vbulletin'),(1267,'usergroup','add,edit','cangetattachment',280,1,'vbulletin'),(1268,'usergroup','add,edit','canpostnew',290,1,'vbulletin'),(1269,'usergroup','add,edit','canreplyown',300,1,'vbulletin'),(1270,'usergroup','add,edit','canreplyothers',310,1,'vbulletin'),(1271,'usergroup','add,edit','caneditpost',320,1,'vbulletin'),(1272,'usergroup','add,edit','candeletepost',330,1,'vbulletin'),(1273,'usergroup','add,edit','canmove',340,1,'vbulletin'),(1274,'usergroup','add,edit','canopenclose',350,1,'vbulletin'),(1275,'usergroup','add,edit','candeletethread',360,1,'vbulletin'),(1276,'usergroup','add,edit','followforummoderation',370,1,'vbulletin'),(1277,'usergroup','add,edit','canthreadrate',380,1,'vbulletin'),(1278,'usergroup','add,edit','canpostattachment',390,1,'vbulletin'),(1279,'usergroup','add,edit','attachlimit',400,1,'vbulletin'),(1280,'usergroup','add,edit','canpostpoll',410,1,'vbulletin'),(1281,'usergroup','add,edit','canvote',420,1,'vbulletin'),(1282,'usergroup','add,edit','canuseavatar',430,1,'vbulletin'),(1283,'usergroup','add,edit','avatarmaxwidth',440,1,'vbulletin'),(1284,'usergroup','add,edit','avatarmaxheight',450,1,'vbulletin'),(1285,'usergroup','add,edit','avatarmaxsize',460,1,'vbulletin'),(1286,'usergroup','add,edit','cansigpic',465,1,'vbulletin'),(1287,'usergroup','add,edit','canprofilepic',470,1,'vbulletin'),(1288,'usergroup','add,edit','cananimatesigpic',470,1,'vbulletin'),(1289,'usergroup','add,edit','sigpicmaxwidth',475,1,'vbulletin'),(1290,'usergroup','add,edit','sigpicmaxheight',475,1,'vbulletin'),(1291,'usergroup','add,edit','profilepicmaxwidth',480,1,'vbulletin'),(1292,'usergroup','add,edit','sigpicmaxsize',485,1,'vbulletin'),(1293,'usergroup','add,edit','profilepicmaxheight',490,1,'vbulletin'),(1294,'usergroup','add,edit','profilepicmaxsize',500,1,'vbulletin'),(1295,'usergroup','add,edit','pmquota',510,1,'vbulletin'),(1296,'usergroup','add,edit','canignorequota',515,1,'vbulletin'),(1297,'usergroup','add,edit','cantrackpm',520,1,'vbulletin'),(1298,'usergroup','add,edit','candenypmreceipts',530,1,'vbulletin'),(1299,'usergroup','add,edit','pmsendmax',540,1,'vbulletin'),(1300,'usergroup','add,edit','canviewcalendar',550,1,'vbulletin'),(1301,'usergroup','add,edit','canpostevent',560,1,'vbulletin'),(1302,'usergroup','add,edit','caneditevent',570,1,'vbulletin'),(1303,'usergroup','add,edit','candeleteevent',580,1,'vbulletin'),(1304,'usergroup','add,edit','canviewothersevent',590,1,'vbulletin'),(1305,'usergroup','add,edit','canwhosonline',600,1,'vbulletin'),(1306,'usergroup','add,edit','canwhosonlinefull',610,1,'vbulletin'),(1307,'usergroup','add,edit','canwhosonlineip',620,1,'vbulletin'),(1308,'usergroup','add,edit','canwhosonlinebad',630,1,'vbulletin'),(1309,'usergroup','add,edit','canwhosonlinelocation',640,1,'vbulletin'),(1310,'usergroup','add,edit','canviewownusernotes',650,1,'vbulletin'),(1311,'usergroup','add,edit','canmanageownusernotes',660,1,'vbulletin'),(1312,'usergroup','add,edit','canpostownusernotes',670,1,'vbulletin'),(1313,'usergroup','add,edit','canviewothersusernotes',680,1,'vbulletin'),(1314,'usergroup','add,edit','canmanageothersusernotes',690,1,'vbulletin'),(1315,'usergroup','add,edit','canpostothersusernotes',700,1,'vbulletin'),(1316,'usergroup','add,edit','caneditownusernotes',710,1,'vbulletin'),(1317,'usergroup','add,edit','canbeusernoted',720,1,'vbulletin'),(1318,'usergroup','add,edit','ismoderator',730,1,'vbulletin'),(1319,'usergroup','add,edit','cancontrolpanel',740,1,'vbulletin'),(1320,'usergroup','add,edit','cannegativerep',750,1,'vbulletin'),(1321,'usergroup','add,edit','canuserep',750,1,'vbulletin'),(1322,'usergroup','add,edit','canseeownrep',760,1,'vbulletin'),(1323,'usergroup','add,edit','canhiderep',770,1,'vbulletin'),(1324,'usergroup','add,edit','canseeothersrep',780,1,'vbulletin'),(1325,'usergroup','add,edit','sigmaxrawchars',800,1,'vbulletin'),(1326,'usergroup','add,edit','sigmaxchars',805,1,'vbulletin'),(1327,'usergroup','add,edit','sigmaxlines',810,1,'vbulletin'),(1328,'usergroup','add,edit','canbbcode',815,1,'vbulletin'),(1329,'usergroup','add,edit','canbbcodebasic',815,1,'vbulletin'),(1330,'usergroup','add,edit','canbbcodecolor',820,1,'vbulletin'),(1331,'usergroup','add,edit','canbbcodesize',825,1,'vbulletin'),(1332,'usergroup','add,edit','sigmaxsizebbcode',830,1,'vbulletin'),(1333,'usergroup','add,edit','canbbcodefont',835,1,'vbulletin'),(1334,'usergroup','add,edit','canbbcodelist',840,1,'vbulletin'),(1335,'usergroup','add,edit','canbbcodealign',840,1,'vbulletin'),(1336,'usergroup','add,edit','canbbcodelink',850,1,'vbulletin'),(1337,'usergroup','add,edit','canbbcodecode',855,1,'vbulletin'),(1338,'usergroup','add,edit','canbbcodephp',860,1,'vbulletin'),(1339,'usergroup','add,edit','canbbcodehtml',865,1,'vbulletin'),(1340,'usergroup','add,edit','canbbcodequote',870,1,'vbulletin'),(1341,'usergroup','add,edit','allowimg',875,1,'vbulletin'),(1342,'usergroup','add,edit','sigmaximages',880,1,'vbulletin'),(1343,'usergroup','add,edit','allowsmilies',885,1,'vbulletin'),(1344,'usergroup','add,edit','allowhtml',890,1,'vbulletin'),(1345,'usergroup','addleader','',1,1,'vbulletin'),(1346,'usergroup','addleader','usergroupid',10,1,'vbulletin'),(1347,'usergroup','addleader','username',20,1,'vbulletin'),(1348,'usergroup','edit','',1,1,'vbulletin'),(1349,'usergroup','edit,add','canreverseinfraction',1,1,'vbulletin'),(1350,'usergroup','edit,add','canseeinfraction',1,1,'vbulletin'),(1351,'usergroup','edit,add','cangiveinfraction',1,1,'vbulletin'),(1352,'usergroup','modify','',1,1,'vbulletin'),(1353,'usergroup','modifypromotion','',1,1,'vbulletin'),(1354,'usergroup','remove','',1,1,'vbulletin'),(1355,'usergroup','removeleader','',1,1,'vbulletin'),(1356,'usergroup','removepromotion','',1,1,'vbulletin'),(1357,'usergroup','updatepromotion','',1,1,'vbulletin'),(1358,'usergroup','updatepromotion','usergroupid',5,1,'vbulletin'),(1359,'usergroup','updatepromotion','reputationtype',10,1,'vbulletin'),(1360,'usergroup','updatepromotion','reputation',20,1,'vbulletin'),(1361,'usergroup','updatepromotion','date',30,1,'vbulletin'),(1362,'usergroup','updatepromotion','posts',40,1,'vbulletin'),(1363,'usergroup','updatepromotion','strategy',50,1,'vbulletin'),(1364,'usergroup','updatepromotion','type',60,1,'vbulletin'),(1365,'usergroup','updatepromotion','joinusergroupid',70,1,'vbulletin'),(1366,'usergroup','viewjoinrequests','',1,1,'vbulletin'),(1367,'usertitle','','',1,1,'vbulletin'),(1368,'usertitle','add','',1,1,'vbulletin'),(1369,'usertitle','add,edit','title',10,1,'vbulletin'),(1370,'usertitle','add,edit','minposts',20,1,'vbulletin'),(1371,'usertitle','edit','',1,1,'vbulletin'),(1372,'usertitle','modify','',1,1,'vbulletin'),(1373,'usertitle','remove','',1,1,'vbulletin'),(1374,'usertools','','',1,1,'vbulletin'),(1375,'usertools','doips','',1,1,'vbulletin'),(1376,'usertools','doips','ipaddress',20,1,'vbulletin'),(1377,'usertools','doips','username',30,1,'vbulletin'),(1378,'usertools','doips','depth',40,1,'vbulletin'),(1379,'usertools','domerge','',1,1,'vbulletin'),(1380,'usertools','gethost','',1,1,'vbulletin'),(1381,'usertools','merge','',1,1,'vbulletin'),(1382,'usertools','merge','sourceuser',10,1,'vbulletin'),(1383,'usertools','merge','destuser',20,1,'vbulletin'),(1384,'usertools','pmfolderstats','',1,1,'vbulletin'),(1385,'usertools','pmstats','',1,1,'vbulletin'),(1386,'usertools','pmuserstats','',1,1,'vbulletin'),(1387,'usertools','referrers','',1,1,'vbulletin'),(1388,'usertools','referrers','startdate',10,1,'vbulletin'),(1389,'usertools','referrers','enddate',20,1,'vbulletin'),(1390,'usertools','removepms','',1,1,'vbulletin'),(1391,'usertools','removesentpms','',1,1,'vbulletin'),(1392,'usertools','removesubs','',1,1,'vbulletin'),(1393,'usertools','showreferrals','',1,1,'vbulletin'),(1394,'usertools','showreferrers','',1,1,'vbulletin');
UNLOCK TABLES;
/*!40000 ALTER TABLE `adminhelp` ENABLE KEYS */;

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

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

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


/*!40000 ALTER TABLE `administrator` DISABLE KEYS */;
LOCK TABLES `administrator` WRITE;
INSERT INTO `administrator` VALUES (1,131068,NULL,'',NULL,NULL,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `administrator` ENABLE KEYS */;

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

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

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


/*!40000 ALTER TABLE `adminlog` DISABLE KEYS */;
LOCK TABLES `adminlog` WRITE;
INSERT INTO `adminlog` VALUES (1,1,1197145190,'options.php','','','64.142.43.123'),(2,1,1197145193,'options.php','options','','64.142.43.123'),(3,1,1197145203,'options.php','dooptions','','64.142.43.123'),(4,1,1197145205,'options.php','options','','64.142.43.123'),(5,1,1197145208,'options.php','options','','64.142.43.123'),(6,1,1197145231,'diagnostic.php','list','','64.142.43.123'),(7,1,1197145236,'diagnostic.php','doupload','','64.142.43.123'),(8,1,1197145244,'diagnostic.php','domail','','64.142.43.123'),(9,1,1197177186,'options.php','','','208.69.210.26'),(10,1,1197177192,'options.php','options','','208.69.210.26'),(11,1,1197177433,'options.php','dooptions','','208.69.210.26'),(12,1,1197177437,'options.php','options','','208.69.210.26'),(13,1,1197177447,'options.php','dooptions','','208.69.210.26'),(14,1,1197177448,'options.php','options','','208.69.210.26'),(15,1,1197177475,'options.php','dooptions','','208.69.210.26'),(16,1,1197177477,'options.php','options','','208.69.210.26'),(17,1,1197177546,'options.php','','','208.69.210.26'),(18,1,1197177550,'options.php','options','','208.69.210.26'),(19,1,1197177559,'options.php','dooptions','','208.69.210.26'),(20,1,1197177561,'options.php','options','','208.69.210.26'),(21,1,1197177566,'options.php','dooptions','','208.69.210.26'),(22,1,1197177568,'options.php','options','','208.69.210.26'),(23,1,1197177888,'options.php','options','','208.69.210.26'),(24,1,1197178021,'options.php','dooptions','','208.69.210.26'),(25,1,1197178024,'options.php','options','','208.69.210.26'),(26,1,1197178028,'options.php','options','','208.69.210.26'),(27,1,1197178066,'options.php','options','','208.69.210.26'),(28,1,1197178211,'options.php','options','','208.69.210.26'),(29,1,1197178287,'options.php','dooptions','','208.69.210.26'),(30,1,1197178289,'options.php','options','','208.69.210.26'),(31,1,1197178341,'options.php','dooptions','','208.69.210.26'),(32,1,1197178343,'options.php','options','','208.69.210.26'),(33,1,1197178352,'options.php','options','','208.69.210.26'),(34,1,1197178477,'options.php','dooptions','','208.69.210.26'),(35,1,1197178478,'options.php','options','','208.69.210.26'),(36,1,1197178488,'options.php','options','','208.69.210.26'),(37,1,1197178550,'options.php','dooptions','','208.69.210.26'),(38,1,1197178552,'options.php','options','','208.69.210.26'),(39,1,1197178557,'image.php','add','Smilies','208.69.210.26'),(40,1,1197178577,'image.php','insert','Smilies','208.69.210.26'),(41,1,1197178640,'options.php','','','208.69.210.26'),(42,1,1197178648,'options.php','options','','208.69.210.26'),(43,1,1197178699,'options.php','dooptions','','208.69.210.26'),(44,1,1197178700,'options.php','options','','208.69.210.26'),(45,1,1197178708,'options.php','options','','208.69.210.26'),(46,1,1197179691,'options.php','options','','208.69.210.26'),(47,1,1197179718,'options.php','options','','208.69.210.26'),(48,1,1197179756,'options.php','options','','208.69.210.26'),(49,1,1197179775,'options.php','options','','208.69.210.26'),(50,1,1197180128,'options.php','','','59.160.127.98'),(51,1,1197180137,'options.php','options','','59.160.127.98'),(52,1,1197180155,'options.php','dooptions','','59.160.127.98'),(53,1,1197180157,'options.php','options','','59.160.127.98'),(54,1,1197180175,'options.php','options','','59.160.127.98'),(55,1,1197180379,'options.php','dooptions','','59.160.127.98'),(56,1,1197180381,'options.php','options','','59.160.127.98'),(57,1,1197180392,'options.php','','','59.160.127.98'),(58,1,1197180397,'options.php','options','','59.160.127.98'),(59,1,1197180540,'help.php','answer','','59.160.127.98'),(60,1,1197180581,'options.php','dooptions','','59.160.127.98'),(61,1,1197180583,'options.php','options','','59.160.127.98'),(62,1,1197180591,'options.php','dooptions','','59.160.127.98'),(63,1,1197180593,'options.php','options','','59.160.127.98'),(64,1,1197180722,'options.php','dooptions','','208.69.210.26'),(65,1,1197180725,'options.php','options','','208.69.210.26'),(66,1,1197180749,'options.php','','','208.69.210.26'),(67,1,1197181014,'options.php','','','203.124.21.209'),(68,1,1197181017,'options.php','options','','203.124.21.209'),(69,1,1197181025,'options.php','dooptions','','203.124.21.209'),(70,1,1197181027,'options.php','options','','203.124.21.209'),(71,1,1197181267,'options.php','dooptions','','220.224.239.98'),(72,1,1197181269,'options.php','options','','220.224.239.98'),(73,1,1197181273,'options.php','dooptions','','220.224.239.98'),(74,1,1197181275,'options.php','options','','220.224.239.98'),(75,1,1197181521,'faq.php','','','208.69.210.26'),(76,1,1197181536,'faq.php','','','208.69.210.26'),(77,1,1197181553,'faq.php','','','208.69.210.26'),(78,1,1197181557,'faq.php','','','208.69.210.26'),(79,1,1197181601,'forumpermission.php','modify','','208.69.210.26'),(80,1,1197181609,'forumpermission.php','edit','forum id = 1 / usergroup id = 2','208.69.210.26'),(81,1,1197181724,'forum.php','add','','208.69.210.26'),(82,1,1197181846,'forum.php','update','','208.69.210.26'),(83,1,1197181848,'forum.php','modify','forum id = 3','208.69.210.26'),(84,1,1197181867,'forum.php','add','','208.69.210.26'),(85,1,1197181939,'forum.php','update','','208.69.210.26'),(86,1,1197181941,'forum.php','modify','forum id = 4','208.69.210.26'),(87,1,1197181946,'forum.php','add','','208.69.210.26'),(88,1,1197181974,'forum.php','update','','208.69.210.26'),(89,1,1197181975,'forum.php','modify','forum id = 5','208.69.210.26'),(90,1,1197182501,'options.php','','','64.142.43.123'),(91,1,1197182516,'options.php','','','64.142.43.123'),(92,1,1197182518,'options.php','options','','64.142.43.123'),(93,1,1197182604,'options.php','','','64.142.43.123'),(94,1,1197182613,'options.php','options','','64.142.43.123'),(95,1,1197183300,'forum.php','add','','208.69.210.26'),(96,1,1197183355,'forum.php','update','','208.69.210.26'),(97,1,1197183373,'forum.php','modify','forum id = 6','208.69.210.26'),(98,1,1197186835,'options.php','dooptions','','59.160.127.98'),(99,1,1197186837,'options.php','options','','59.160.127.98'),(100,1,1197188252,'options.php','dooptions','','203.124.21.209'),(101,1,1197188255,'options.php','options','','203.124.21.209'),(102,1,1197220767,'options.php','','','208.69.210.26'),(103,1,1197220771,'options.php','options','','208.69.210.26'),(104,1,1197224655,'forum.php','add','','208.69.210.26'),(105,1,1197224744,'forum.php','update','','208.69.210.26'),(106,1,1197224745,'forum.php','modify','forum id = 7','208.69.210.26'),(107,1,1197224752,'forum.php','edit','forum id = 1','208.69.210.26'),(108,1,1197224804,'forum.php','update','forum id = 1','208.69.210.26'),(109,1,1197224806,'forum.php','modify','forum id = 1','208.69.210.26'),(110,1,1197224862,'forum.php','edit','forum id = 2','208.69.210.26'),(111,1,1197224957,'forum.php','update','forum id = 2','208.69.210.26'),(112,1,1197224959,'forum.php','modify','forum id = 2','208.69.210.26'),(113,1,1197225253,'forum.php','add','','208.69.210.26'),(114,1,1197225306,'forum.php','update','','208.69.210.26'),(115,1,1197225307,'forum.php','modify','forum id = 8','208.69.210.26'),(116,1,1197225317,'forum.php','add','','208.69.210.26'),(117,1,1197225356,'forum.php','update','','208.69.210.26'),(118,1,1197225357,'forum.php','modify','forum id = 9','208.69.210.26'),(119,1,1197225508,'forum.php','podcast','forum id = 3','208.69.210.26'),(120,1,1197225549,'forum.php','add','','208.69.210.26'),(121,1,1197225568,'forum.php','update','','208.69.210.26'),(122,1,1197225570,'forum.php','modify','forum id = 10','208.69.210.26'),(123,1,1197225600,'forum.php','add','','208.69.210.26'),(124,1,1197225613,'forum.php','update','','208.69.210.26'),(125,1,1197225615,'forum.php','modify','forum id = 11','208.69.210.26'),(126,1,1197225620,'forum.php','add','','208.69.210.26'),(127,1,1197225630,'forum.php','update','','208.69.210.26'),(128,1,1197225631,'forum.php','modify','forum id = 12','208.69.210.26'),(129,1,1197225639,'forum.php','add','','208.69.210.26'),(130,1,1197225653,'forum.php','update','','208.69.210.26'),(131,1,1197225654,'forum.php','modify','forum id = 13','208.69.210.26'),(132,1,1197225668,'forum.php','remove','forum id = 11','208.69.210.26'),(133,1,1197225671,'forum.php','kill','forum id = 11','208.69.210.26'),(134,1,1197225672,'forum.php','','','208.69.210.26'),(135,1,1197225684,'forum.php','add','','208.69.210.26'),(136,1,1197225694,'forum.php','update','','208.69.210.26'),(137,1,1197225695,'forum.php','modify','forum id = 14','208.69.210.26'),(138,1,1197225707,'forum.php','add','','208.69.210.26'),(139,1,1197225719,'forum.php','update','','208.69.210.26'),(140,1,1197225720,'forum.php','modify','forum id = 15','208.69.210.26'),(141,1,1197225732,'forum.php','remove','forum id = 13','208.69.210.26'),(142,1,1197225733,'forum.php','kill','forum id = 13','208.69.210.26'),(143,1,1197225735,'forum.php','','','208.69.210.26'),(144,1,1197225739,'forum.php','add','','208.69.210.26'),(145,1,1197225747,'forum.php','update','','208.69.210.26'),(146,1,1197225748,'forum.php','modify','forum id = 16','208.69.210.26'),(147,1,1197225763,'forum.php','add','','208.69.210.26'),(148,1,1197225773,'forum.php','update','','208.69.210.26'),(149,1,1197225775,'forum.php','modify','forum id = 17','208.69.210.26'),(150,1,1197225784,'forum.php','add','','208.69.210.26'),(151,1,1197225792,'forum.php','update','','208.69.210.26'),(152,1,1197225793,'forum.php','modify','forum id = 18','208.69.210.26'),(153,1,1197225798,'forum.php','add','','208.69.210.26'),(154,1,1197225805,'forum.php','update','','208.69.210.26'),(155,1,1197225806,'forum.php','modify','forum id = 19','208.69.210.26'),(156,1,1197225847,'forum.php','edit','forum id = 3','208.69.210.26'),(157,1,1197225859,'forum.php','update','forum id = 3','208.69.210.26'),(158,1,1197225861,'forum.php','modify','forum id = 3','208.69.210.26'),(159,1,1197225871,'forum.php','add','','208.69.210.26'),(160,1,1197225878,'forum.php','update','','208.69.210.26'),(161,1,1197225880,'forum.php','modify','forum id = 20','208.69.210.26'),(162,1,1197225891,'forum.php','edit','forum id = 4','208.69.210.26'),(163,1,1197225903,'forum.php','update','forum id = 4','208.69.210.26'),(164,1,1197225905,'forum.php','modify','forum id = 4','208.69.210.26'),(165,1,1197225913,'forum.php','edit','forum id = 5','208.69.210.26'),(166,1,1197225925,'forum.php','update','forum id = 5','208.69.210.26'),(167,1,1197225927,'forum.php','modify','forum id = 5','208.69.210.26'),(168,1,1197225931,'forum.php','remove','forum id = 6','208.69.210.26'),(169,1,1197225932,'forum.php','kill','forum id = 6','208.69.210.26'),(170,1,1197225934,'forum.php','','','208.69.210.26'),(171,1,1197225938,'forum.php','remove','forum id = 9','208.69.210.26'),(172,1,1197225940,'forum.php','kill','forum id = 9','208.69.210.26'),(173,1,1197225942,'forum.php','','','208.69.210.26'),(174,1,1197225946,'forum.php','remove','forum id = 8','208.69.210.26'),(175,1,1197225948,'forum.php','kill','forum id = 8','208.69.210.26'),(176,1,1197225950,'forum.php','','','208.69.210.26'),(177,1,1197225954,'forum.php','remove','forum id = 7','208.69.210.26'),(178,1,1197225955,'forum.php','kill','forum id = 7','208.69.210.26'),(179,1,1197225959,'forum.php','','','208.69.210.26'),(180,1,1197225999,'forum.php','doorder','','208.69.210.26'),(181,1,1197226001,'forum.php','modify','','208.69.210.26'),(182,1,1197226042,'forum.php','modify','','208.69.210.26'),(183,1,1197226075,'forum.php','edit','forum id = 1','208.69.210.26'),(184,1,1197226085,'forum.php','update','forum id = 1','208.69.210.26'),(185,1,1197226087,'forum.php','modify','forum id = 1','208.69.210.26'),(186,1,1197226122,'forum.php','edit','forum id = 3','208.69.210.26'),(187,1,1197226142,'forum.php','update','forum id = 3','208.69.210.26'),(188,1,1197226162,'forum.php','update','forum id = 3','208.69.210.26'),(189,1,1197226164,'forum.php','modify','forum id = 3','208.69.210.26'),(190,1,1197322186,'options.php','','','208.73.254.68'),(191,1,1197322189,'options.php','options','','208.73.254.68'),(192,1,1197330666,'options.php','','','208.73.254.68'),(193,1,1197330694,'options.php','options','','208.73.254.68'),(194,1,1197330751,'options.php','dooptions','','208.73.254.68'),(195,1,1197330752,'options.php','options','','208.73.254.68'),(196,1,1197330761,'options.php','options','','208.73.254.68'),(197,1,1197330808,'forum.php','modify','','208.73.254.68'),(198,1,1197330839,'help.php','answer','','208.73.254.68'),(199,1,1197330863,'help.php','answer','','208.73.254.68'),(200,1,1197330898,'forum.php','edit','forum id = 3','208.73.254.68'),(201,1,1197330944,'forum.php','update','forum id = 3','208.73.254.68'),(202,1,1197330946,'forum.php','modify','forum id = 3','208.73.254.68'),(203,1,1197330966,'forum.php','edit','forum id = 4','208.73.254.68'),(204,1,1197330976,'forum.php','update','forum id = 4','208.73.254.68'),(205,1,1197330977,'forum.php','modify','forum id = 4','208.73.254.68'),(206,1,1197330982,'forum.php','edit','forum id = 5','208.73.254.68'),(207,1,1197330990,'forum.php','update','forum id = 5','208.73.254.68'),(208,1,1197330991,'forum.php','modify','forum id = 5','208.73.254.68'),(209,1,1197331070,'forum.php','doorder','','208.73.254.68'),(210,1,1197331071,'forum.php','modify','','208.73.254.68'),(211,1,1197334183,'forum.php','modify','','208.69.210.26'),(212,1,1197334194,'forum.php','edit','forum id = 4','208.69.210.26'),(213,1,1197334202,'forum.php','modify','','208.69.210.26'),(214,1,1197334207,'forum.php','add','','208.69.210.26'),(215,1,1197334223,'forum.php','update','','208.69.210.26'),(216,1,1197334225,'forum.php','modify','forum id = 21','208.69.210.26'),(217,1,1197334235,'forum.php','add','','208.69.210.26'),(218,1,1197334247,'forum.php','update','','208.69.210.26'),(219,1,1197334248,'forum.php','modify','forum id = 22','208.69.210.26'),(220,1,1197334251,'forum.php','edit','forum id = 22','208.69.210.26'),(221,1,1197334256,'forum.php','update','forum id = 22','208.69.210.26'),(222,1,1197334257,'forum.php','modify','forum id = 22','208.69.210.26'),(223,1,1197334312,'forum.php','edit','forum id = 3','208.69.210.26'),(224,1,1197334799,'options.php','','','208.69.210.26'),(225,1,1197334802,'options.php','options','','208.69.210.26'),(226,1,1197334828,'options.php','dooptions','','208.69.210.26'),(227,1,1197334829,'options.php','options','','208.69.210.26'),(228,1,1197334851,'options.php','dooptions','','208.69.210.26'),(229,1,1197334852,'options.php','options','','208.69.210.26'),(230,1,1197334868,'options.php','dooptions','','208.69.210.26'),(231,1,1197334870,'options.php','options','','208.69.210.26'),(232,1,1197334874,'options.php','dooptions','','208.69.210.26'),(233,1,1197334875,'options.php','options','','208.69.210.26'),(234,1,1197335533,'forumpermission.php','modify','','208.69.210.26'),(235,1,1197335574,'forumpermission.php','quickset','forum id = 1','208.69.210.26'),(236,1,1197335576,'forumpermission.php','modify','forum id = 1','208.69.210.26'),(237,1,1197335583,'forumpermission.php','edit','forum id = 1 / usergroup id = 5','208.69.210.26'),(238,1,1197335595,'forum.php','modify','','208.69.210.26'),(239,1,1197335597,'forumpermission.php','modify','','208.69.210.26'),(240,1,1197335602,'forumpermission.php','edit','forum id = 1 / usergroup id = 4','208.69.210.26'),(241,1,1197335648,'forum.php','modify','','208.69.210.26'),(242,1,1197335663,'forumpermission.php','modify','','208.69.210.26'),(243,1,1197335671,'forum.php','edit','forum id = 3','208.69.210.26'),(244,1,1197335752,'forum.php','update','forum id = 3','208.69.210.26'),(245,1,1197335754,'forum.php','modify','forum id = 3','208.69.210.26'),(246,1,1197337025,'forum.php','edit','forum id = 4','208.69.210.26'),(247,1,1197337040,'forum.php','update','forum id = 4','208.69.210.26'),(248,1,1197337041,'forum.php','modify','forum id = 4','208.69.210.26'),(249,1,1197337045,'forum.php','edit','forum id = 5','208.69.210.26'),(250,1,1197337053,'forum.php','update','forum id = 5','208.69.210.26'),(251,1,1197337054,'forum.php','modify','forum id = 5','208.69.210.26'),(252,1,1197349047,'forum.php','edit','forum id = 1','208.69.210.26'),(253,1,1197349068,'forum.php','update','forum id = 1','208.69.210.26'),(254,1,1197349069,'forum.php','modify','forum id = 1','208.69.210.26');
UNLOCK TABLES;
/*!40000 ALTER TABLE `adminlog` ENABLE KEYS */;

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

DROP TABLE IF EXISTS `adminmessage`;
CREATE TABLE `adminmessage` (
  `adminmessageid` int(10) unsigned NOT NULL auto_increment,
  `varname` varchar(250) NOT NULL default '',
  `dismissable` smallint(5) unsigned NOT NULL default '0',
  `script` varchar(50) NOT NULL default '',
  `action` varchar(20) NOT NULL default '',
  `execurl` mediumtext NOT NULL,
  `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;

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


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

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

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

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


/*!40000 ALTER TABLE `adminutil` DISABLE KEYS */;
LOCK TABLES `adminutil` WRITE;
INSERT INTO `adminutil` VALUES ('datastorelock','0');
UNLOCK TABLES;
/*!40000 ALTER TABLE `adminutil` ENABLE KEYS */;

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

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

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


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

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

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

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


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

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

DROP TABLE IF EXISTS `attachment`;
CREATE TABLE `attachment` (
  `attachmentid` int(10) unsigned NOT NULL auto_increment,
  `userid` int(10) unsigned NOT NULL default '0',
  `dateline` int(10) unsigned NOT NULL default '0',
  `thumbnail_dateline` int(10) unsigned NOT NULL default '0',
  `filename` varchar(100) NOT NULL default '',
  `filedata` mediumblob,
  `visible` smallint(5) unsigned NOT NULL default '0',
  `counter` int(10) unsigned NOT NULL default '0',
  `filesize` int(10) unsigned NOT NULL default '0',
  `postid` int(10) unsigned NOT NULL default '0',
  `filehash` varchar(32) NOT NULL default '',
  `posthash` varchar(32) NOT NULL default '',
  `thumbnail` mediumblob,
  `thumbnail_filesize` int(10) unsigned NOT NULL default '0',
  `extension` varchar(20) character set latin1 collate latin1_bin NOT NULL default '',
  PRIMARY KEY  (`attachmentid`),
  KEY `filesize` (`filesize`),
  KEY `filehash` (`filehash`),
  KEY `userid` (`userid`),
  KEY `posthash` (`posthash`,`userid`),
  KEY `postid` (`postid`),
  KEY `visible` (`visible`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

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


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

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

DROP TABLE IF EXISTS `attachmentpermission`;
CREATE TABLE `attachmentpermission` (
  `attachmentpermissionid` int(10) unsigned NOT NULL auto_increment,
  `extension` varchar(20) character set latin1 collate latin1_bin NOT NULL default '',
  `usergroupid` int(10) unsigned NOT NULL default '0',
  `size` int(10) unsigned NOT NULL default '0',
  `width` smallint(5) unsigned NOT NULL default '0',
  `height` smallint(5) unsigned NOT NULL default '0',
  `attachmentpermissions` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`attachmentpermissionid`),
  UNIQUE KEY `extension` (`extension`,`usergroupid`),
  KEY `usergroupid` (`usergroupid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

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


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

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

DROP TABLE IF EXISTS `attachmenttype`;
CREATE TABLE `attachmenttype` (
  `extension` varchar(20) character set latin1 collate latin1_bin NOT NULL default '',
  `mimetype` varchar(255) NOT NULL default '',
  `size` int(10) unsigned NOT NULL default '0',
  `width` smallint(5) unsigned NOT NULL default '0',
  `height` smallint(5) unsigned NOT NULL default '0',
  `enabled` smallint(5) unsigned NOT NULL default '1',
  `display` smallint(5) unsigned NOT NULL default '0',
  `thumbnail` smallint(5) unsigned NOT NULL default '0',
  `newwindow` smallint(5) unsigned NOT NULL default '0',
  PRIMARY KEY  (`extension`),
  KEY `enabled` (`enabled`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

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


/*!40000 ALTER TABLE `attachmenttype` DISABLE KEYS */;
LOCK TABLES `attachmenttype` WRITE;
INSERT INTO `attachmenttype` VALUES ('gif','a:1:{i:0;s:23:\"Content-type: image/gif\";}',20000,620,280,1,0,1,0),('jpeg','a:1:{i:0;s:24:\"Content-type: image/jpeg\";}',20000,620,280,1,0,1,0),('jpg','a:1:{i:0;s:24:\"Content-type: image/jpeg\";}',100000,0,0,1,0,1,0),('jpe','a:1:{i:0;s:24:\"Content-type: image/jpeg\";}',20000,620,280,1,0,1,0),('txt','a:1:{i:0;s:24:\"Content-type: plain/text\";}',20000,0,0,1,2,0,0),('png','a:1:{i:0;s:23:\"Content-type: image/png\";}',20000,620,280,1,0,1,0),('doc','a:1:{i:0;s:32:\"Content-type: application/msword\";}',20000,0,0,1,0,0,0),('pdf','a:1:{i:0;s:29:\"Content-type: application/pdf\";}',20000,0,0,1,0,1,0),('bmp','a:1:{i:0;s:26:\"Content-type: image/bitmap\";}',20000,620,280,1,0,0,0),('psd','a:1:{i:0;s:29:\"Content-type: unknown/unknown\";}',20000,0,0,1,0,1,0),('zip','a:1:{i:0;s:29:\"Content-type: application/zip\";}',100000,0,0,1,0,0,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `attachmenttype` ENABLE KEYS */;

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

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

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


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

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

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

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


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

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

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

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


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

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

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

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


/*!40000 ALTER TABLE `calendar` DISABLE KEYS */;
LOCK TABLES `calendar` WRITE;
INSERT INTO `calendar` VALUES (1,'Default Calendar','',1,'a:0:{}',0,1,631,40,4,4,2004,2010,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `calendar` ENABLE KEYS */;

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

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

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


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

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

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

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


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

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

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

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


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

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

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

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


/*!40000 ALTER TABLE `cpsession` DISABLE KEYS */;
LOCK TABLES `cpsession` WRITE;
INSERT INTO `cpsession` VALUES (2,'0f86d37b746d3414bce16b1e664eac88',1198871114);
UNLOCK TABLES;
/*!40000 ALTER TABLE `cpsession` ENABLE KEYS */;

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

DROP TABLE IF EXISTS `cron`;
CREATE TABLE `cron` (
  `cronid` int(10) unsigned NOT NULL auto_increment,
  `nextrun` int(10) unsigned NOT NULL default '0',
  `weekday` smallint(6) NOT NULL default '0',
  `day` smallint(6) NOT NULL default '0',
  `hour` smallint(6) NOT NULL default '0',
  `minute` varchar(100) NOT NULL default '',
  `filename` 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;

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


/*!40000 ALTER TABLE `cron` DISABLE KEYS */;
LOCK TABLES `cron` WRITE;
INSERT INTO `cron` VALUES (1,1198904460,-1,-1,0,'a:1:{i:0;i:1;}','./includes/cron/birthday.php',1,1,'birthday',1,'vbulletin'),(2,1198083360,-1,-1,-1,'a:1:{i:0;i:56;}','./includes/cron/threadviews.php',0,1,'threadviews',1,'vbulletin'),(3,1198031100,-1,-1,-1,'a:1:{i:0;i:25;}','./includes/cron/promotion.php',1,1,'promotion',1,'vbulletin'),(4,1198904520,-1,-1,0,'a:1:{i:0;i:2;}','./includes/cron/digestdaily.php',1,1,'digestdaily',1,'vbulletin'),(5,1198474200,1,-1,0,'a:1:{i:0;i:30;}','./includes/cron/digestweekly.php',1,1,'digestweekly',1,'vbulletin'),(6,1197954120,-1,-1,0,'a:1:{i:0;i:2;}','./includes/cron/subscriptions.php',1,1,'subscriptions',1,'vbulletin'),(7,1198083900,-1,-1,-1,'a:1:{i:0;i:5;}','./includes/cron/cleanup.php',0,1,'cleanup',1,'vbulletin'),(8,1198084200,-1,-1,-1,'a:1:{i:0;i:10;}','./includes/cron/attachmentviews.php',0,1,'attachmentviews',1,'vbulletin'),(9,1197954180,-1,-1,0,'a:1:{i:0;i:3;}','./includes/cron/activate.php',1,1,'activate',1,'vbulletin'),(10,1198084500,-1,-1,-1,'a:1:{i:0;i:15;}','./includes/cron/removebans.php',1,1,'removebans',1,'vbulletin'),(11,1198030800,-1,-1,-1,'a:1:{i:0;i:20;}','./includes/cron/cleanup2.php',0,1,'cleanup2',1,'vbulletin'),(12,1198126800,-1,-1,0,'a:1:{i:0;i:0;}','./includes/cron/stats.php',0,1,'stats',1,'vbulletin'),(13,1198083300,-1,-1,-1,'a:2:{i:0;i:25;i:1;i:55;}','./includes/cron/reminder.php',0,1,'reminder',1,'vbulletin'),(14,1197954600,-1,-1,0,'a:1:{i:0;i:10;}','./includes/cron/dailycleanup.php',0,1,'dailycleanup',1,'vbulletin'),(15,1198083000,-1,-1,-1,'a:2:{i:0;i:20;i:1;i:50;}','./includes/cron/infractions.php',1,1,'infractions',1,'vbulletin'),(16,1198084200,-1,-1,-1,'a:1:{i:0;i:10;}','./includes/cron/ccbill.php',1,1,'ccbill',1,'vbulletin'),(17,1198030200,-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');
UNLOCK TABLES;
/*!40000 ALTER TABLE `cron` ENABLE KEYS */;

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

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

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


/*!40000 ALTER TABLE `cronlog` DISABLE KEYS */;
LOCK TABLES `cronlog` WRITE;
INSERT INTO `cronlog` VALUES (1,'digestdaily',1197224830,'',1),(2,'subscriptions',1197224996,'',1),(3,'digestweekly',1197226056,'',1),(4,'digestdaily',1197349074,'',1),(5,'subscriptions',1197350943,'',1),(6,'digestweekly',1197926555,'',1),(7,'digestdaily',1197929805,'',1),(8,'subscriptions',1197930059,'',1),(9,'digestdaily',1198871082,'',1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `cronlog` ENABLE KEYS */;

--
-- Table structure for table `customavatar`
--

DROP TABLE IF EXISTS `customavatar`;
CREATE TABLE `customavatar` (
  `userid` int(10) unsigned NOT NULL default '0',
  `filedata` mediumblob,
  `dateline` int(10) unsigned NOT NULL default '0',
  `filename` varchar(100) NOT NULL default '',
  `visible` smallint(6) NOT NULL default '1',
  `filesize` int(10) unsigned NOT NULL default '0',
  `width` smallint(5) unsigned NOT NULL default '0',
  `height` smallint(5) unsigned NOT NULL default '0',
  PRIMARY KEY  (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `customavatar`
--


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

--
-- Table structure for table `customprofilepic`
--

DROP TABLE IF EXISTS `customprofilepic`;
CREATE TABLE `customprofilepic` (
  `userid` int(10) unsigned NOT NULL default '0',
  `filedata` mediumblob,
  `dateline` int(10) unsigned NOT NULL default '0',
  `filename` varchar(100) NOT NULL default '',
  `visible` smallint(6) NOT NULL default '1',
  `filesize` int(10) unsigned NOT NULL default '0',
  `width` smallint(5) unsigned NOT NULL default '0',
  `height` smallint(5) unsigned NOT NULL default '0',
  PRIMARY KEY  (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `customprofilepic`
--


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

--
-- Table structure for table `datastore`
--

DROP TABLE IF EXISTS `datastore`;
CREATE TABLE `datastore` (
  `title` varchar(50) NOT NULL default '',
  `data` mediumtext,
  `unserialize` smallint(6) NOT NULL default '0',
  PRIMARY KEY  (`title`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `datastore`
--


/*!40000 ALTER TABLE `datastore` DISABLE KEYS */;
LOCK TABLES `datastore` WRITE;
INSERT INTO `datastore` VALUES ('attachmentcache','a:11:{s:3:\"bmp\";a:5:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:3:\"620\";s:6:\"height\";s:3:\"280\";s:9:\"thumbnail\";s:1:\"0\";s:9:\"newwindow\";s:1:\"0\";}s:3:\"doc\";a:5:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";s:9:\"thumbnail\";s:1:\"0\";s:9:\"newwindow\";s:1:\"0\";}s:3:\"gif\";a:5:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:3:\"620\";s:6:\"height\";s:3:\"280\";s:9:\"thumbnail\";s:1:\"1\";s:9:\"newwindow\";s:1:\"0\";}s:3:\"jpe\";a:5:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:3:\"620\";s:6:\"height\";s:3:\"280\";s:9:\"thumbnail\";s:1:\"1\";s:9:\"newwindow\";s:1:\"0\";}s:4:\"jpeg\";a:5:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:3:\"620\";s:6:\"height\";s:3:\"280\";s:9:\"thumbnail\";s:1:\"1\";s:9:\"newwindow\";s:1:\"0\";}s:3:\"jpg\";a:5:{s:4:\"size\";s:6:\"100000\";s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";s:9:\"thumbnail\";s:1:\"1\";s:9:\"newwindow\";s:1:\"0\";}s:3:\"pdf\";a:5:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";s:9:\"thumbnail\";s:1:\"1\";s:9:\"newwindow\";s:1:\"0\";}s:3:\"png\";a:5:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:3:\"620\";s:6:\"height\";s:3:\"280\";s:9:\"thumbnail\";s:1:\"1\";s:9:\"newwindow\";s:1:\"0\";}s:3:\"psd\";a:5:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";s:9:\"thumbnail\";s:1:\"1\";s:9:\"newwindow\";s:1:\"0\";}s:3:\"txt\";a:5:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";s:9:\"thumbnail\";s:1:\"0\";s:9:\"newwindow\";s:1:\"0\";}s:3:\"zip\";a:5:{s:4:\"size\";s:6:\"100000\";s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";s:9:\"thumbnail\";s:1:\"0\";s:9:\"newwindow\";s:1:\"0\";}}',1),('products','a:1:{s:9:\"vbulletin\";s:1:\"1\";}',1),('languagecache','a:1:{i:1;a:3:{s:10:\"languageid\";s:1:\"1\";s:5:\"title\";s:12:\"English (US)\";s:10:\"userselect\";s:1:\"1\";}}',1),('stylecache','a:1:{i:-1;a:1:{i:1;a:1:{i:0;a:5:{s:7:\"styleid\";s:1:\"1\";s:5:\"title\";s:13:\"Default Style\";s:8:\"parentid\";s:2:\"-1\";s:12:\"displayorder\";s:1:\"1\";s:10:\"userselect\";s:1:\"1\";}}}}',1),('options','a:309:{s:15:\"templateversion\";s:5:\"3.6.8\";s:19:\"subscriptionmethods\";i:0;s:10:\"attachfile\";s:0:\"\";s:10:\"attachpath\";s:34:\"/path/to/your/attachment/directory\";s:13:\"usefileavatar\";i:0;s:10:\"avatarpath\";s:15:\"./customavatars\";s:9:\"avatarurl\";s:13:\"customavatars\";s:14:\"profilepicpath\";s:19:\"./customprofilepics\";s:13:\"profilepicurl\";s:17:\"customprofilepics\";s:10:\"sigpicpath\";s:15:\"./signaturepics\";s:9:\"sigpicurl\";s:13:\"signaturepics\";s:14:\"fulltextsearch\";i:1;s:8:\"bbactive\";i:1;s:14:\"bbclosedreason\";s:125:\"<p>Sorry, the board is unavailable at the moment while we are testing some functionality.</p>\r\n<p>We will be back soon...</p>\";s:7:\"bbtitle\";s:23:\"Walleye Message Central\";s:5:\"bburl\";s:36:\"http://www.walleyecentral.com/forums\";s:9:\"hometitle\";s:18:\"WalleyeCentral.com\";s:7:\"homeurl\";s:29:\"http://www.walleyecentral.com\";s:13:\"contactuslink\";s:15:\"sendmessage.php\";s:13:\"contactustype\";i:1;s:16:\"contactusoptions\";s:35:\"Site Feedback\r\nRegistration Problem\";s:14:\"webmasteremail\";s:24:\"scott@walleyecentral.com\";s:10:\"privacyurl\";s:0:\"\";s:13:\"copyrighttext\";s:0:\"\";s:11:\"companyname\";s:0:\"\";s:9:\"faxnumber\";s:0:\"\";s:7:\"address\";s:0:\"\";s:8:\"keywords\";s:154:\"walleye, walleye fishing, walleye tournaments, walleye central, walleye products, walleye pros, walleye articles, walleye message board, walleye chat site\";s:11:\"description\";s:23:\"Walleye Message Central\";s:12:\"useforumjump\";i:1;s:12:\"pagenavpages\";i:3;s:8:\"pagenavs\";s:18:\"10 50 100 500 1000\";s:12:\"enableaccess\";i:1;s:15:\"addtemplatename\";i:0;s:15:\"usestrikesystem\";i:1;s:12:\"forumleaders\";i:1;s:16:\"allowedreferrers\";s:0:\"\";s:13:\"threadmarking\";s:1:\"0\";s:12:\"markinglimit\";i:10;s:12:\"disable_ajax\";i:0;s:9:\"imagetype\";s:6:\"Magick\";s:12:\"regimagetype\";s:6:\"Magick\";s:14:\"regimageoption\";i:1;s:10:\"magickpath\";s:8:\"/usr/bin\";s:8:\"yestoday\";i:2;s:10:\"timeoffset\";i:-6;s:8:\"dstonoff\";i:1;s:10:\"dateformat\";s:5:\"m-d-Y\";s:10:\"timeformat\";s:5:\"h:i A\";s:20:\"registereddateformat\";s:3:\"M Y\";s:10:\"calformat1\";s:6:\"F j, Y\";s:10:\"calformat2\";s:3:\"F j\";s:13:\"logdateformat\";s:11:\"H:i, jS M Y\";s:13:\"cookietimeout\";i:900;s:10:\"cookiepath\";s:1:\"/\";s:12:\"cookiedomain\";s:0:\"\";s:10:\"gzipoutput\";i:1;s:9:\"gziplevel\";i:1;s:10:\"addheaders\";i:0;s:14:\"nocacheheaders\";i:0;s:17:\"useheaderredirect\";i:1;s:12:\"allowphpinfo\";i:0;s:11:\"cachemaxage\";i:7;s:15:\"threadviewslive\";i:0;s:19:\"attachmentviewslive\";i:0;s:9:\"loadlimit\";i:0;s:10:\"safeupload\";i:0;s:7:\"tmppath\";s:4:\"/tmp\";s:13:\"copypostindex\";i:1;s:7:\"ipcheck\";i:1;s:10:\"languageid\";i:1;s:7:\"styleid\";i:1;s:17:\"allowchangestyles\";i:1;s:11:\"cleargifurl\";s:9:\"clear.gif\";s:14:\"storecssasfile\";i:0;s:9:\"usepopups\";i:1;s:13:\"legacypostbit\";i:0;s:11:\"showimicons\";i:1;s:12:\"skypeweb_gfx\";i:1;s:11:\"enableemail\";i:1;s:13:\"displayemails\";i:1;s:11:\"secureemail\";i:1;s:14:\"emailfloodtime\";i:60;s:12:\"usemailqueue\";i:1;s:12:\"emailsendnum\";i:10;s:13:\"needfromemail\";i:0;s:8:\"use_smtp\";i:0;s:9:\"smtp_host\";s:0:\"\";s:9:\"smtp_port\";i:25;s:9:\"smtp_user\";s:0:\"\";s:9:\"smtp_pass\";s:0:\"\";s:8:\"smtp_tls\";i:0;s:12:\"enablecensor\";i:1;s:10:\"censorchar\";s:1:\"*\";s:11:\"censorwords\";s:253:\"hell,bastard,asshole,assholes,ass,fuckin,fucking,shit,shithead,tits,fuck,motherfuck,motherfucked,fucked,dickhead,blowjob,fag,faggot,damn,goddamn,fucker,cock,cocksucker,cunt,pussy,nigger,bitch,bitches,bullshit,motherfucker,shits,Matrix Man,MatrixMan,piss\";s:15:\"blankasciistrip\";s:31:\"160 173 u8205 u8204 u8237 u8238\";s:17:\"allowregistration\";i:1;s:8:\"usecoppa\";i:0;s:10:\"checkcoppa\";i:1;s:18:\"moderatenewmembers\";i:0;s:13:\"regimagecheck\";i:1;s:11:\"welcomemail\";i:1;s:9:\"welcomepm\";s:1:\"0\";s:12:\"newuseremail\";s:0:\"\";s:14:\"allowmultiregs\";i:0;s:11:\"verifyemail\";i:0;s:18:\"requireuniqueemail\";i:1;s:13:\"minuserlength\";i:3;s:13:\"maxuserlength\";i:25;s:16:\"illegalusernames\";s:0:\"\";s:13:\"usernameregex\";s:0:\"\";s:11:\"usereferrer\";i:1;s:17:\"defaultregoptions\";i:5472905;s:9:\"uiforumid\";i:0;s:9:\"uimessage\";i:1;s:9:\"rpforumid\";i:0;s:8:\"rpuserid\";s:1:\"0\";s:7:\"rpemail\";i:1;s:11:\"reqbirthday\";i:0;s:10:\"ctMaxChars\";i:25;s:13:\"ctCensorWords\";s:38:\"admin forum moderator vbulletin leader\";s:11:\"ctCensorMod\";i:1;s:18:\"softlinebreakchars\";i:90;s:11:\"allowbbcode\";i:1;s:12:\"allowsmilies\";i:1;s:16:\"allowbbimagecode\";i:0;s:9:\"allowhtml\";i:0;s:10:\"ignoremods\";i:0;s:13:\"avatarenabled\";i:1;s:14:\"numavatarswide\";i:5;s:17:\"numavatarsperpage\";i:10;s:17:\"profilepicenabled\";i:1;s:16:\"reputationenable\";i:0;s:17:\"reputationdefault\";i:10;s:19:\"reputationundefined\";s:16:\"is off the scale\";s:13:\"showuserrates\";i:5;s:10:\"adminpower\";i:10;s:7:\"rdpower\";i:365;s:7:\"pcpower\";i:1000;s:7:\"kppower\";i:100;s:17:\"minreputationpost\";i:50;s:18:\"minreputationcount\";i:10;s:19:\"maxreputationperday\";i:10;s:16:\"reputationrepeat\";i:20;s:13:\"unallowvbcode\";i:1;s:14:\"unallowsmilies\";i:1;s:10:\"unallowimg\";i:1;s:11:\"unallowhtml\";i:0;s:16:\"enablememberlist\";i:1;s:15:\"memberlistposts\";i:0;s:16:\"memberlistfields\";i:216;s:17:\"memberlistperpage\";i:30;s:22:\"usememberlistadvsearch\";i:1;s:15:\"profilelastpost\";i:0;s:13:\"enablebanning\";i:1;s:5:\"banip\";s:0:\"\";s:8:\"banemail\";s:0:\"\";s:18:\"aggressiveemailban\";i:0;s:20:\"allowkeepbannedemail\";i:1;s:12:\"globalignore\";s:0:\"\";s:14:\"allowedbbcodes\";i:1023;s:12:\"codemaxlines\";i:30;s:10:\"quickreply\";i:2;s:9:\"quickedit\";i:1;s:10:\"multiquote\";s:1:\"1\";s:7:\"mqlimit\";i:0;s:12:\"postminchars\";i:10;s:12:\"postmaxchars\";i:10000;s:13:\"titlemaxchars\";i:85;s:16:\"ignorequotechars\";i:1;s:10:\"quotetitle\";i:0;s:9:\"maximages\";i:4;s:12:\"stopshouting\";i:3;s:11:\"allowdynimg\";i:0;s:14:\"floodchecktime\";i:30;s:20:\"editthreadtitlelimit\";i:5;s:14:\"addpolltimeout\";i:0;s:13:\"edittimelimit\";i:0;s:14:\"noeditedbytime\";i:2;s:5:\"logip\";i:1;s:14:\"postimagecheck\";i:1;s:11:\"editormodes\";s:45:\"a:3:{s:2:\"fe\";i:2;s:2:\"qr\";i:2;s:2:\"qe\";i:2;}\";s:7:\"smtotal\";i:15;s:9:\"smcolumns\";i:3;s:15:\"wysiwyg_smtotal\";i:15;s:16:\"attachtotalspace\";i:0;s:11:\"attachlimit\";i:5;s:14:\"attachboxcount\";i:1;s:14:\"attachurlcount\";i:1;s:14:\"allowattachdel\";i:1;s:20:\"allowclosedattachdel\";i:0;s:15:\"allowduplicates\";i:1;s:12:\"attachresize\";i:1;s:18:\"viewattachedimages\";i:1;s:12:\"attachthumbs\";i:1;s:16:\"attachthumbssize\";i:100;s:12:\"thumbquality\";i:75;s:9:\"attachrow\";i:5;s:10:\"thumbcolor\";s:7:\"#000000\";s:14:\"maxpolloptions\";i:10;s:13:\"maxpolllength\";i:100;s:14:\"updatelastpost\";i:0;s:9:\"showvotes\";i:1;s:10:\"votechange\";i:0;s:14:\"enablesearches\";i:1;s:15:\"searchfloodtime\";i:0;s:13:\"searchperpage\";i:25;s:10:\"maxresults\";i:500;s:15:\"minsearchlength\";i:4;s:19:\"similarthreadsearch\";i:0;s:13:\"searchsharing\";i:1;s:22:\"similarthreadthreshold\";d:3.5;s:8:\"badwords\";s:0:\"\";s:16:\"searchimagecheck\";i:1;s:9:\"goodwords\";s:14:\"vb vbb php sql\";s:15:\"maxsearchlength\";i:20;s:14:\"allowwildcards\";i:1;s:15:\"multimatchscore\";i:15;s:9:\"datescore\";i:15;s:16:\"threadtitlescore\";i:5;s:14:\"posttitlescore\";i:5;s:10:\"replyscore\";d:0.1;s:9:\"replyfunc\";s:4:\"none\";s:9:\"viewscore\";d:0.01;s:8:\"viewfunc\";s:4:\"none\";s:9:\"ratescore\";d:0.5;s:8:\"ratefunc\";s:4:\"none\";s:9:\"forumhome\";s:5:\"index\";s:15:\"displayloggedin\";i:1;s:13:\"showbirthdays\";i:1;s:10:\"showevents\";i:1;s:12:\"showholidays\";i:1;s:13:\"showeventtype\";i:0;s:16:\"activememberdays\";i:0;s:19:\"activememberoptions\";i:3;s:14:\"forumhomedepth\";i:2;s:17:\"forumdisplaydepth\";i:2;s:13:\"subforumdepth\";i:0;s:20:\"showforumdescription\";i:1;s:17:\"showprivateforums\";s:1:\"0\";s:9:\"showlocks\";i:0;s:15:\"lastthreadchars\";i:30;s:19:\"showmoderatorcolumn\";i:0;s:13:\"nav_forumdesc\";i:0;s:14:\"showforumusers\";i:0;s:10:\"maxthreads\";i:20;s:12:\"showstickies\";i:1;s:8:\"showdots\";i:1;s:13:\"usehotthreads\";i:1;s:14:\"hotnumberviews\";i:150;s:14:\"hotnumberposts\";i:15;s:11:\"linktopages\";i:1;s:12:\"maxmultipage\";i:3;s:13:\"threadpreview\";i:150;s:11:\"oneannounce\";i:1;s:15:\"showthreadusers\";i:0;s:8:\"maxposts\";i:10;s:12:\"usermaxposts\";s:13:\"5,10,20,30,40\";s:11:\"showdeficon\";s:22:\"images/icons/icon1.gif\";s:8:\"wordwrap\";i:50;s:11:\"threadvoted\";i:0;s:16:\"threadsubscribed\";i:1;s:18:\"showsimilarthreads\";i:1;s:12:\"postelements\";i:0;s:17:\"allowthreadedmode\";i:1;s:12:\"threadedmode\";i:0;s:18:\"threaded_listdepth\";i:5;s:17:\"threaded_maxcache\";i:40;s:18:\"threaded_trimtitle\";i:30;s:9:\"enablepms\";i:1;s:10:\"checknewpm\";i:1;s:10:\"pmmaxchars\";i:5000;s:11:\"pmfloodtime\";i:60;s:9:\"pmperpage\";i:50;s:12:\"pmmaxperpage\";i:100;s:14:\"privallowicons\";i:1;s:15:\"privallowbbcode\";i:1;s:16:\"privallowsmilies\";i:1;s:20:\"privallowbbimagecode\";i:1;s:13:\"privallowhtml\";i:0;s:9:\"WOLenable\";i:1;s:10:\"WOLrefresh\";i:60;s:9:\"WOLguests\";i:1;s:10:\"WOLresolve\";i:0;s:13:\"enablespiders\";i:0;s:14:\"archiveenabled\";i:1;s:18:\"archive_threadtype\";i:1;s:22:\"archive_threadsperpage\";i:250;s:20:\"archive_postsperpage\";i:250;s:13:\"cpstylefolder\";s:19:\"vBulletin_3_Default\";s:19:\"timeoutcontrolpanel\";i:0;s:15:\"adminquickstats\";i:0;s:18:\"cp_collapse_forums\";i:0;s:18:\"cp_usereditcolumns\";i:2;s:10:\"externaljs\";i:0;s:11:\"externalrss\";i:0;s:10:\"rsspodcast\";i:1;s:11:\"externalxml\";i:0;s:14:\"externalcutoff\";i:30;s:13:\"externalcache\";i:60;s:13:\"externalcount\";i:15;s:16:\"errorlogdatabase\";s:0:\"\";s:16:\"errorlogsecurity\";s:0:\"\";s:11:\"errorlogphp\";s:0:\"\";s:13:\"errorlogemail\";s:0:\"\";s:15:\"errorlogmaxsize\";i:1048576;s:17:\"disableerroremail\";i:0;s:11:\"enablehooks\";i:0;s:12:\"paymentemail\";s:0:\"\";}',1),('smiliecache','a:11:{i:10;a:7:{s:8:\"smilieid\";s:2:\"10\";s:5:\"title\";s:8:\"Confused\";s:10:\"smilietext\";s:10:\":confused:\";s:10:\"smiliepath\";s:27:\"images/smilies/confused.gif\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"1\";s:9:\"smilielen\";s:2:\"10\";}i:7;a:7:{s:8:\"smilieid\";s:1:\"7\";s:5:\"title\";s:21:\"Roll Eyes (Sarcastic)\";s:10:\"smilietext\";s:10:\":rolleyes:\";s:10:\"smiliepath\";s:27:\"images/smilies/rolleyes.gif\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"3\";s:9:\"smilielen\";s:2:\"10\";}i:6;a:7:{s:8:\"smilieid\";s:1:\"6\";s:5:\"title\";s:4:\"Cool\";s:10:\"smilietext\";s:6:\":cool:\";s:10:\"smiliepath\";s:23:\"images/smilies/cool.gif\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"5\";s:9:\"smilielen\";s:1:\"6\";}i:9;a:7:{s:8:\"smilieid\";s:1:\"9\";s:5:\"title\";s:4:\"EEK!\";s:10:\"smilietext\";s:5:\":eek:\";s:10:\"smiliepath\";s:22:\"images/smilies/eek.gif\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"7\";s:9:\"smilielen\";s:1:\"5\";}i:8;a:7:{s:8:\"smilieid\";s:1:\"8\";s:5:\"title\";s:3:\"Mad\";s:10:\"smilietext\";s:5:\":mad:\";s:10:\"smiliepath\";s:22:\"images/smilies/mad.gif\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"1\";s:9:\"smilielen\";s:1:\"5\";}i:1;a:7:{s:8:\"smilieid\";s:1:\"1\";s:5:\"title\";s:5:\"Smile\";s:10:\"smilietext\";s:2:\":)\";s:10:\"smiliepath\";s:24:\"images/smilies/smile.gif\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"1\";s:9:\"smilielen\";s:1:\"2\";}i:5;a:7:{s:8:\"smilieid\";s:1:\"5\";s:5:\"title\";s:16:\"Stick Out Tongue\";s:10:\"smilietext\";s:2:\":p\";s:10:\"smiliepath\";s:25:\"images/smilies/tongue.gif\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"1\";s:9:\"smilielen\";s:1:\"2\";}i:4;a:7:{s:8:\"smilieid\";s:1:\"4\";s:5:\"title\";s:4:\"Wink\";s:10:\"smilietext\";s:2:\";)\";s:10:\"smiliepath\";s:23:\"images/smilies/wink.gif\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"1\";s:9:\"smilielen\";s:1:\"2\";}i:3;a:7:{s:8:\"smilieid\";s:1:\"3\";s:5:\"title\";s:8:\"Big Grin\";s:10:\"smilietext\";s:2:\":D\";s:10:\"smiliepath\";s:26:\"images/smilies/biggrin.gif\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"1\";s:9:\"smilielen\";s:1:\"2\";}i:2;a:7:{s:8:\"smilieid\";s:1:\"2\";s:5:\"title\";s:13:\"Embarrassment\";s:10:\"smilietext\";s:2:\":o\";s:10:\"smiliepath\";s:26:\"images/smilies/redface.gif\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"1\";s:9:\"smilielen\";s:1:\"2\";}i:11;a:7:{s:8:\"smilieid\";s:2:\"11\";s:5:\"title\";s:5:\"Frown\";s:10:\"smilietext\";s:2:\":(\";s:10:\"smiliepath\";s:24:\"images/smilies/frown.gif\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"1\";s:9:\"smilielen\";s:1:\"2\";}}',1),('iconcache','a:14:{i:1;a:5:{s:6:\"iconid\";s:1:\"1\";s:5:\"title\";s:4:\"Post\";s:8:\"iconpath\";s:22:\"images/icons/icon1.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:13;a:5:{s:6:\"iconid\";s:2:\"13\";s:5:\"title\";s:11:\"Thumbs down\";s:8:\"iconpath\";s:23:\"images/icons/icon13.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:12;a:5:{s:6:\"iconid\";s:2:\"12\";s:5:\"title\";s:4:\"Wink\";s:8:\"iconpath\";s:23:\"images/icons/icon12.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:11;a:5:{s:6:\"iconid\";s:2:\"11\";s:5:\"title\";s:8:\"Red face\";s:8:\"iconpath\";s:23:\"images/icons/icon11.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:10;a:5:{s:6:\"iconid\";s:2:\"10\";s:5:\"title\";s:7:\"Talking\";s:8:\"iconpath\";s:23:\"images/icons/icon10.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:9;a:5:{s:6:\"iconid\";s:1:\"9\";s:5:\"title\";s:7:\"Unhappy\";s:8:\"iconpath\";s:22:\"images/icons/icon9.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:8;a:5:{s:6:\"iconid\";s:1:\"8\";s:5:\"title\";s:5:\"Angry\";s:8:\"iconpath\";s:22:\"images/icons/icon8.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:7;a:5:{s:6:\"iconid\";s:1:\"7\";s:5:\"title\";s:5:\"Smile\";s:8:\"iconpath\";s:22:\"images/icons/icon7.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:6;a:5:{s:6:\"iconid\";s:1:\"6\";s:5:\"title\";s:4:\"Cool\";s:8:\"iconpath\";s:22:\"images/icons/icon6.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:5;a:5:{s:6:\"iconid\";s:1:\"5\";s:5:\"title\";s:8:\"Question\";s:8:\"iconpath\";s:22:\"images/icons/icon5.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:4;a:5:{s:6:\"iconid\";s:1:\"4\";s:5:\"title\";s:11:\"Exclamation\";s:8:\"iconpath\";s:22:\"images/icons/icon4.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:3;a:5:{s:6:\"iconid\";s:1:\"3\";s:5:\"title\";s:9:\"Lightbulb\";s:8:\"iconpath\";s:22:\"images/icons/icon3.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:2;a:5:{s:6:\"iconid\";s:1:\"2\";s:5:\"title\";s:5:\"Arrow\";s:8:\"iconpath\";s:22:\"images/icons/icon2.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:14;a:5:{s:6:\"iconid\";s:2:\"14\";s:5:\"title\";s:9:\"Thumbs up\";s:8:\"iconpath\";s:23:\"images/icons/icon14.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}}',1),('bbcodecache','a:0:{}',1),('userstats','a:4:{s:13:\"numbermembers\";s:1:\"2\";s:13:\"activemembers\";N;s:11:\"newusername\";s:4:\"rafe\";s:9:\"newuserid\";s:1:\"2\";}',1),('usergroupcache','a:8:{i:4;a:35:{s:11:\"usergroupid\";i:4;s:5:\"title\";s:33:\"(COPPA) Users Awaiting Moderation\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:0:\"\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:0;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:655375;s:13:\"pmpermissions\";i:0;s:19:\"calendarpermissions\";i:1;s:14:\"wolpermissions\";i:0;s:16:\"adminpermissions\";i:0;s:18:\"genericpermissions\";i:33554499;s:14:\"genericoptions\";i:56;s:20:\"signaturepermissions\";i:0;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:-1;s:15:\"avatarmaxheight\";i:-1;s:13:\"avatarmaxsize\";i:-1;s:18:\"profilepicmaxwidth\";i:-1;s:19:\"profilepicmaxheight\";i:-1;s:17:\"profilepicmaxsize\";i:-1;s:14:\"sigpicmaxwidth\";i:-1;s:15:\"sigpicmaxheight\";i:-1;s:13:\"sigpicmaxsize\";i:-1;s:12:\"sigmaximages\";i:-1;s:16:\"sigmaxsizebbcode\";i:-1;s:11:\"sigmaxchars\";i:-1;s:14:\"sigmaxrawchars\";i:-1;s:11:\"sigmaxlines\";i:-1;}i:6;a:35:{s:11:\"usergroupid\";i:6;s:5:\"title\";s:14:\"Administrators\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:13:\"Administrator\";s:15:\"passwordexpires\";i:180;s:15:\"passwordhistory\";i:360;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:5;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:1048575;s:13:\"pmpermissions\";i:7;s:19:\"calendarpermissions\";i:63;s:14:\"wolpermissions\";i:31;s:16:\"adminpermissions\";i:3;s:18:\"genericpermissions\";i:1073741759;s:14:\"genericoptions\";i:55;s:20:\"signaturepermissions\";i:237567;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:80;s:15:\"avatarmaxheight\";i:80;s:13:\"avatarmaxsize\";i:20000;s:18:\"profilepicmaxwidth\";i:100;s:19:\"profilepicmaxheight\";i:100;s:17:\"profilepicmaxsize\";i:65535;s:14:\"sigpicmaxwidth\";i:500;s:15:\"sigpicmaxheight\";i:100;s:13:\"sigpicmaxsize\";i:10000;s:12:\"sigmaximages\";i:0;s:16:\"sigmaxsizebbcode\";i:7;s:11:\"sigmaxchars\";i:0;s:14:\"sigmaxrawchars\";i:0;s:11:\"sigmaxlines\";i:0;}i:8;a:35:{s:11:\"usergroupid\";i:8;s:5:\"title\";s:12:\"Banned Users\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:6:\"Banned\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:0;s:9:\"pmsendmax\";i:0;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:0;s:13:\"pmpermissions\";i:0;s:19:\"calendarpermissions\";i:0;s:14:\"wolpermissions\";i:0;s:16:\"adminpermissions\";i:0;s:18:\"genericpermissions\";i:0;s:14:\"genericoptions\";i:0;s:20:\"signaturepermissions\";i:0;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:-1;s:15:\"avatarmaxheight\";i:-1;s:13:\"avatarmaxsize\";i:-1;s:18:\"profilepicmaxwidth\";i:-1;s:19:\"profilepicmaxheight\";i:-1;s:17:\"profilepicmaxsize\";i:-1;s:14:\"sigpicmaxwidth\";i:-1;s:15:\"sigpicmaxheight\";i:-1;s:13:\"sigpicmaxsize\";i:-1;s:12:\"sigmaximages\";i:-1;s:16:\"sigmaxsizebbcode\";i:-1;s:11:\"sigmaxchars\";i:-1;s:14:\"sigmaxrawchars\";i:-1;s:11:\"sigmaxlines\";i:-1;}i:7;a:35:{s:11:\"usergroupid\";i:7;s:5:\"title\";s:10:\"Moderators\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:9:\"Moderator\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:5;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:782847;s:13:\"pmpermissions\";i:7;s:19:\"calendarpermissions\";i:63;s:14:\"wolpermissions\";i:15;s:16:\"adminpermissions\";i:0;s:18:\"genericpermissions\";i:535762639;s:14:\"genericoptions\";i:62;s:20:\"signaturepermissions\";i:237567;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:80;s:15:\"avatarmaxheight\";i:80;s:13:\"avatarmaxsize\";i:20000;s:18:\"profilepicmaxwidth\";i:100;s:19:\"profilepicmaxheight\";i:100;s:17:\"profilepicmaxsize\";i:65535;s:14:\"sigpicmaxwidth\";i:500;s:15:\"sigpicmaxheight\";i:100;s:13:\"sigpicmaxsize\";i:10000;s:12:\"sigmaximages\";i:4;s:16:\"sigmaxsizebbcode\";i:7;s:11:\"sigmaxchars\";i:500;s:14:\"sigmaxrawchars\";i:1000;s:11:\"sigmaxlines\";i:0;}i:2;a:35:{s:11:\"usergroupid\";i:2;s:5:\"title\";s:16:\"Registered Users\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:0:\"\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:5;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:782847;s:13:\"pmpermissions\";i:3;s:19:\"calendarpermissions\";i:63;s:14:\"wolpermissions\";i:1;s:16:\"adminpermissions\";i:0;s:18:\"genericpermissions\";i:505943239;s:14:\"genericoptions\";i:62;s:20:\"signaturepermissions\";i:137215;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:-1;s:15:\"avatarmaxheight\";i:-1;s:13:\"avatarmaxsize\";i:-1;s:18:\"profilepicmaxwidth\";i:100;s:19:\"profilepicmaxheight\";i:100;s:17:\"profilepicmaxsize\";i:65535;s:14:\"sigpicmaxwidth\";i:-1;s:15:\"sigpicmaxheight\";i:-1;s:13:\"sigpicmaxsize\";i:-1;s:12:\"sigmaximages\";i:4;s:16:\"sigmaxsizebbcode\";i:7;s:11:\"sigmaxchars\";i:500;s:14:\"sigmaxrawchars\";i:1000;s:11:\"sigmaxlines\";i:0;}i:5;a:35:{s:11:\"usergroupid\";i:5;s:5:\"title\";s:16:\"Super Moderators\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:15:\"Super Moderator\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:0;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:1048575;s:13:\"pmpermissions\";i:7;s:19:\"calendarpermissions\";i:63;s:14:\"wolpermissions\";i:15;s:16:\"adminpermissions\";i:1;s:18:\"genericpermissions\";i:535779055;s:14:\"genericoptions\";i:63;s:20:\"signaturepermissions\";i:237567;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:80;s:15:\"avatarmaxheight\";i:80;s:13:\"avatarmaxsize\";i:20000;s:18:\"profilepicmaxwidth\";i:100;s:19:\"profilepicmaxheight\";i:100;s:17:\"profilepicmaxsize\";i:65535;s:14:\"sigpicmaxwidth\";i:500;s:15:\"sigpicmaxheight\";i:100;s:13:\"sigpicmaxsize\";i:10000;s:12:\"sigmaximages\";i:4;s:16:\"sigmaxsizebbcode\";i:7;s:11:\"sigmaxchars\";i:500;s:14:\"sigmaxrawchars\";i:1000;s:11:\"sigmaxlines\";i:0;}i:1;a:35:{s:11:\"usergroupid\";i:1;s:5:\"title\";s:28:\"Unregistered / Not Logged In\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:5:\"Guest\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:0;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:655375;s:13:\"pmpermissions\";i:0;s:19:\"calendarpermissions\";i:1;s:14:\"wolpermissions\";i:0;s:16:\"adminpermissions\";i:0;s:18:\"genericpermissions\";i:33554433;s:14:\"genericoptions\";i:40;s:20:\"signaturepermissions\";i:0;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:-1;s:15:\"avatarmaxheight\";i:-1;s:13:\"avatarmaxsize\";i:-1;s:18:\"profilepicmaxwidth\";i:-1;s:19:\"profilepicmaxheight\";i:-1;s:17:\"profilepicmaxsize\";i:-1;s:14:\"sigpicmaxwidth\";i:-1;s:15:\"sigpicmaxheight\";i:-1;s:13:\"sigpicmaxsize\";i:-1;s:12:\"sigmaximages\";i:-1;s:16:\"sigmaxsizebbcode\";i:-1;s:11:\"sigmaxchars\";i:-1;s:14:\"sigmaxrawchars\";i:-1;s:11:\"sigmaxlines\";i:-1;}i:3;a:35:{s:11:\"usergroupid\";i:3;s:5:\"title\";s:33:\"Users Awaiting Email Confirmation\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:0:\"\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:0;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:655375;s:13:\"pmpermissions\";i:0;s:19:\"calendarpermissions\";i:1;s:14:\"wolpermissions\";i:0;s:16:\"adminpermissions\";i:0;s:18:\"genericpermissions\";i:33554499;s:14:\"genericoptions\";i:56;s:20:\"signaturepermissions\";i:0;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:-1;s:15:\"avatarmaxheight\";i:-1;s:13:\"avatarmaxsize\";i:-1;s:18:\"profilepicmaxwidth\";i:-1;s:19:\"profilepicmaxheight\";i:-1;s:17:\"profilepicmaxsize\";i:-1;s:14:\"sigpicmaxwidth\";i:-1;s:15:\"sigpicmaxheight\";i:-1;s:13:\"sigpicmaxsize\";i:-1;s:12:\"sigmaximages\";i:-1;s:16:\"sigmaxsizebbcode\";i:-1;s:11:\"sigmaxchars\";i:-1;s:14:\"sigmaxrawchars\";i:-1;s:11:\"sigmaxlines\";i:-1;}}',1),('forumcache','a:15:{i:1;a:23:{s:7:\"forumid\";i:1;s:7:\"styleid\";i:0;s:5:\"title\";s:15:\"Walleye Central\";s:11:\"title_clean\";s:15:\"Walleye Central\";s:11:\"description\";s:45:\"More walleye information than you can handle!\";s:17:\"description_clean\";s:45:\"More walleye information than you can handle!\";s:7:\"options\";i:69633;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:1;s:10:\"lastpostid\";i:0;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:-1;s:10:\"parentlist\";s:4:\"1,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:29:\"http://www.walleyecentral.com\";s:9:\"childlist\";s:27:\"1,2,10,16,14,15,17,18,19,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:7:\"podcast\";i:0;s:5:\"depth\";i:0;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:1048575;i:8;i:0;i:7;i:782847;i:2;i:782847;i:5;i:1048575;i:1;i:655375;i:3;i:655375;}}i:2;a:23:{s:7:\"forumid\";i:2;s:7:\"styleid\";i:0;s:5:\"title\";s:40:\"Forum Rules and Guidelines - Please read\";s:11:\"title_clean\";s:40:\"Forum Rules and Guidelines - Please read\";s:11:\"description\";s:113:\"Save all of us a little trouble, read the rules.\r\nRegistration is not necessary, but it does have its privileges.\";s:17:\"description_clean\";s:113:\"Save all of us a little trouble, read the rules.\r\nRegistration is not necessary, but it does have its privileges.\";s:7:\"options\";i:87749;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:1;s:10:\"lastpostid\";i:0;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:1;s:10:\"parentlist\";s:6:\"2,1,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:4:\"2,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:1048575;i:8;i:0;i:7;i:782847;i:2;i:782847;i:5;i:1048575;i:1;i:655375;i:3;i:655375;}}i:10;a:23:{s:7:\"forumid\";i:10;s:7:\"styleid\";i:0;s:5:\"title\";s:18:\"General Discussion\";s:11:\"title_clean\";s:18:\"General Discussion\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:95943;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:1;s:10:\"lastpostid\";i:0;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:1;s:10:\"parentlist\";s:7:\"10,1,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:5:\"10,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:1048575;i:8;i:0;i:7;i:782847;i:2;i:782847;i:5;i:1048575;i:1;i:655375;i:3;i:655375;}}i:16;a:23:{s:7:\"forumid\";i:16;s:7:\"styleid\";i:0;s:5:\"title\";s:16:\"Tournament Board\";s:11:\"title_clean\";s:16:\"Tournament Board\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:95943;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:1;s:10:\"lastpostid\";i:0;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:1;s:10:\"parentlist\";s:7:\"16,1,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:5:\"16,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:1048575;i:8;i:0;i:7;i:782847;i:2;i:782847;i:5;i:1048575;i:1;i:655375;i:3;i:655375;}}i:14;a:23:{s:7:\"forumid\";i:14;s:7:\"styleid\";i:0;s:5:\"title\";s:16:\"Strictly Fishing\";s:11:\"title_clean\";s:16:\"Strictly Fishing\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:95943;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:1;s:10:\"lastpostid\";i:0;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:1;s:10:\"parentlist\";s:7:\"14,1,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:5:\"14,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:1048575;i:8;i:0;i:7;i:782847;i:2;i:782847;i:5;i:1048575;i:1;i:655375;i:3;i:655375;}}i:15;a:23:{s:7:\"forumid\";i:15;s:7:\"styleid\";i:0;s:5:\"title\";s:16:\"Boats and Motors\";s:11:\"title_clean\";s:16:\"Boats and Motors\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:95943;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:1;s:10:\"lastpostid\";i:0;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:1;s:10:\"parentlist\";s:7:\"15,1,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:5:\"15,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:1048575;i:8;i:0;i:7;i:782847;i:2;i:782847;i:5;i:1048575;i:1;i:655375;i:3;i:655375;}}i:17;a:23:{s:7:\"forumid\";i:17;s:7:\"styleid\";i:0;s:5:\"title\";s:11:\"Ice Fishing\";s:11:\"title_clean\";s:11:\"Ice Fishing\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:95943;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:1;s:10:\"lastpostid\";i:0;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:1;s:10:\"parentlist\";s:7:\"17,1,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:5:\"17,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:1048575;i:8;i:0;i:7;i:782847;i:2;i:782847;i:5;i:1048575;i:1;i:655375;i:3;i:655375;}}i:18;a:23:{s:7:\"forumid\";i:18;s:7:\"styleid\";i:0;s:5:\"title\";s:10:\"Canada Eh?\";s:11:\"title_clean\";s:10:\"Canada Eh?\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:95943;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:1;s:10:\"lastpostid\";i:0;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:1;s:10:\"parentlist\";s:7:\"18,1,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:5:\"18,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:1048575;i:8;i:0;i:7;i:782847;i:2;i:782847;i:5;i:1048575;i:1;i:655375;i:3;i:655375;}}i:19;a:23:{s:7:\"forumid\";i:19;s:7:\"styleid\";i:0;s:5:\"title\";s:15:\"Fishing Reports\";s:11:\"title_clean\";s:15:\"Fishing Reports\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:95943;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:1;s:10:\"lastpostid\";i:0;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:1;s:10:\"parentlist\";s:7:\"19,1,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:5:\"19,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:1048575;i:8;i:0;i:7;i:782847;i:2;i:782847;i:5;i:1048575;i:1;i:655375;i:3;i:655375;}}i:3;a:23:{s:7:\"forumid\";i:3;s:7:\"styleid\";i:1;s:5:\"title\";s:14:\"Muskie Central\";s:11:\"title_clean\";s:14:\"Muskie Central\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:71361;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:1;s:10:\"lastpostid\";i:0;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:-1;s:10:\"parentlist\";s:4:\"3,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:7:\"3,20,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:7:\"podcast\";i:0;s:5:\"depth\";i:0;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:1048575;i:8;i:0;i:7;i:782847;i:2;i:782847;i:5;i:1048575;i:1;i:655375;i:3;i:655375;}}i:20;a:23:{s:7:\"forumid\";i:20;s:7:\"styleid\";i:0;s:5:\"title\";s:18:\"General Discussion\";s:11:\"title_clean\";s:18:\"General Discussion\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:95943;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:1;s:10:\"lastpostid\";i:0;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:3;s:10:\"parentlist\";s:7:\"20,3,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:5:\"20,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:1048575;i:8;i:0;i:7;i:782847;i:2;i:782847;i:5;i:1048575;i:1;i:655375;i:3;i:655375;}}i:4;a:23:{s:7:\"forumid\";i:4;s:7:\"styleid\";i:0;s:5:\"title\";s:19:\"Fishing The Midwest\";s:11:\"title_clean\";s:19:\"Fishing The Midwest\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:79553;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:1;s:10:\"lastpostid\";i:0;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:-1;s:10:\"parentlist\";s:4:\"4,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:7:\"4,21,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:7:\"podcast\";i:0;s:5:\"depth\";i:0;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:1048575;i:8;i:0;i:7;i:782847;i:2;i:782847;i:5;i:1048575;i:1;i:655375;i:3;i:655375;}}i:21;a:23:{s:7:\"forumid\";i:21;s:7:\"styleid\";i:0;s:5:\"title\";s:17:\"FTM Message Board\";s:11:\"title_clean\";s:17:\"FTM Message Board\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:95943;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:1;s:10:\"lastpostid\";i:0;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:4;s:10:\"parentlist\";s:7:\"21,4,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:5:\"21,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:1048575;i:8;i:0;i:7;i:782847;i:2;i:782847;i:5;i:1048575;i:1;i:655375;i:3;i:655375;}}i:5;a:23:{s:7:\"forumid\";i:5;s:7:\"styleid\";i:0;s:5:\"title\";s:10:\"Swap Board\";s:11:\"title_clean\";s:10:\"Swap Board\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:79553;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:1;s:10:\"lastpostid\";i:0;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:-1;s:10:\"parentlist\";s:4:\"5,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:7:\"5,22,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:7:\"podcast\";i:0;s:5:\"depth\";i:0;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:1048575;i:8;i:0;i:7;i:782847;i:2;i:782847;i:5;i:1048575;i:1;i:655375;i:3;i:655375;}}i:22;a:23:{s:7:\"forumid\";i:22;s:7:\"styleid\";i:0;s:5:\"title\";s:10:\"Swap Board\";s:11:\"title_clean\";s:10:\"Swap Board\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:95943;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:1;s:10:\"lastpostid\";i:0;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:5;s:10:\"parentlist\";s:7:\"22,5,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:5:\"22,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:1048575;i:8;i:0;i:7;i:782847;i:2;i:782847;i:5;i:1048575;i:1;i:655375;i:3;i:655375;}}}',1),('cron','1197954120',0),('bitfields','a:2:{s:3:\"ugp\";a:8:{s:16:\"forumpermissions\";a:20:{s:7:\"canview\";i:1;s:14:\"canviewthreads\";i:524288;s:13:\"canviewothers\";i:2;s:9:\"cansearch\";i:4;s:8:\"canemail\";i:8;s:10:\"canpostnew\";i:16;s:11:\"canreplyown\";i:32;s:14:\"canreplyothers\";i:64;s:11:\"caneditpost\";i:128;s:13:\"candeletepost\";i:256;s:15:\"candeletethread\";i:512;s:12:\"canopenclose\";i:1024;s:7:\"canmove\";i:2048;s:16:\"cangetattachment\";i:4096;s:17:\"canpostattachment\";i:8192;s:11:\"canpostpoll\";i:16384;s:7:\"canvote\";i:32768;s:13:\"canthreadrate\";i:65536;s:21:\"followforummoderation\";i:131072;s:15:\"canseedelnotice\";i:262144;}s:13:\"pmpermissions\";a:3:{s:14:\"canignorequota\";i:4;s:10:\"cantrackpm\";i:1;s:17:\"candenypmreceipts\";i:2;}s:19:\"calendarpermissions\";a:6:{s:15:\"canviewcalendar\";i:1;s:12:\"canpostevent\";i:2;s:12:\"caneditevent\";i:4;s:14:\"candeleteevent\";i:8;s:18:\"canviewothersevent\";i:16;s:14:\"isnotmoderated\";i:32;}s:14:\"wolpermissions\";a:5:{s:13:\"canwhosonline\";i:1;s:15:\"canwhosonlineip\";i:2;s:17:\"canwhosonlinefull\";i:4;s:16:\"canwhosonlinebad\";i:8;s:21:\"canwhosonlinelocation\";i:16;}s:16:\"adminpermissions\";a:17:{s:11:\"ismoderator\";i:1;s:15:\"cancontrolpanel\";i:2;s:16:\"canadminsettings\";i:4;s:14:\"canadminstyles\";i:8;s:17:\"canadminlanguages\";i:16;s:14:\"canadminforums\";i:32;s:15:\"canadminthreads\";i:64;s:17:\"canadmincalendars\";i:128;s:13:\"canadminusers\";i:256;s:19:\"canadminpermissions\";i:512;s:11:\"canadminfaq\";i:1024;s:14:\"canadminimages\";i:2048;s:15:\"canadminbbcodes\";i:4096;s:12:\"canadmincron\";i:8192;s:16:\"canadminmaintain\";i:16384;s:15:\"canadminupgrade\";i:32768;s:15:\"canadminplugins\";i:65536;}s:18:\"genericpermissions\";a:30:{s:14:\"canviewmembers\";i:1;s:16:\"canmodifyprofile\";i:2;s:12:\"caninvisible\";i:4;s:22:\"canviewothersusernotes\";i:8;s:21:\"canmanageownusernotes\";i:16;s:12:\"canseehidden\";i:32;s:14:\"canbeusernoted\";i:64;s:13:\"canprofilepic\";i:128;s:20:\"cananimateprofilepic\";i:134217728;s:12:\"canuseavatar\";i:512;s:16:\"cananimateavatar\";i:67108864;s:15:\"canusesignature\";i:1024;s:17:\"canusecustomtitle\";i:2048;s:16:\"canseeprofilepic\";i:4096;s:19:\"canviewownusernotes\";i:8192;s:24:\"canmanageothersusernotes\";i:16384;s:19:\"canpostownusernotes\";i:32768;s:22:\"canpostothersusernotes\";i:65536;s:19:\"caneditownusernotes\";i:131072;s:24:\"canseehiddencustomfields\";i:262144;s:12:\"canseeownrep\";i:256;s:9:\"canuserep\";i:524288;s:10:\"canhiderep\";i:1048576;s:14:\"cannegativerep\";i:2097152;s:17:\"cangiveinfraction\";i:4194304;s:16:\"canseeinfraction\";i:8388608;s:20:\"cangivearbinfraction\";i:536870912;s:20:\"canreverseinfraction\";i:16777216;s:16:\"cansearchft_bool\";i:33554432;s:14:\"canemailmember\";i:268435456;}s:14:\"genericoptions\";a:6:{s:9:\"showgroup\";i:1;s:12:\"showbirthday\";i:2;s:14:\"showmemberlist\";i:4;s:12:\"showeditedby\";i:8;s:17:\"allowmembergroups\";i:16;s:16:\"isnotbannedgroup\";i:32;}s:20:\"signaturepermissions\";a:17:{s:9:\"canbbcode\";i:131072;s:14:\"canbbcodebasic\";i:1;s:14:\"canbbcodecolor\";i:2;s:13:\"canbbcodesize\";i:4;s:13:\"canbbcodefont\";i:8;s:14:\"canbbcodealign\";i:16;s:13:\"canbbcodelist\";i:32;s:13:\"canbbcodelink\";i:64;s:13:\"canbbcodecode\";i:128;s:12:\"canbbcodephp\";i:256;s:13:\"canbbcodehtml\";i:512;s:14:\"canbbcodequote\";i:1024;s:8:\"allowimg\";i:2048;s:12:\"allowsmilies\";i:4096;s:9:\"allowhtml\";i:8192;s:9:\"cansigpic\";i:32768;s:16:\"cananimatesigpic\";i:65536;}}s:4:\"misc\";a:10:{s:8:\"intperms\";a:17:{s:11:\"attachlimit\";i:1;s:7:\"pmquota\";i:0;s:9:\"pmsendmax\";i:0;s:18:\"profilepicmaxwidth\";i:1;s:19:\"profilepicmaxheight\";i:1;s:17:\"profilepicmaxsize\";i:1;s:14:\"avatarmaxwidth\";i:1;s:15:\"avatarmaxheight\";i:1;s:13:\"avatarmaxsize\";i:1;s:14:\"sigmaxrawchars\";i:1;s:11:\"sigmaxchars\";i:1;s:11:\"sigmaxlines\";i:1;s:16:\"sigmaxsizebbcode\";i:1;s:12:\"sigmaximages\";i:1;s:14:\"sigpicmaxwidth\";i:1;s:15:\"sigpicmaxheight\";i:1;s:13:\"sigpicmaxsize\";i:1;}s:23:\"calmoderatorpermissions\";a:5:{s:13:\"caneditevents\";i:1;s:15:\"candeleteevents\";i:2;s:17:\"canmoderateevents\";i:4;s:10:\"canviewips\";i:8;s:13:\"canmoveevents\";i:16;}s:20:\"moderatorpermissions\";a:23:{s:12:\"caneditposts\";i:1;s:14:\"candeleteposts\";i:2;s:12:\"canopenclose\";i:4;s:14:\"caneditthreads\";i:8;s:16:\"canmanagethreads\";i:16;s:11:\"canannounce\";i:32;s:16:\"canmoderateposts\";i:64;s:22:\"canmoderateattachments\";i:128;s:11:\"canmassmove\";i:256;s:12:\"canmassprune\";i:512;s:10:\"canviewips\";i:1024;s:14:\"canviewprofile\";i:2048;s:11:\"canbanusers\";i:4096;s:13:\"canunbanusers\";i:8192;s:14:\"newthreademail\";i:16384;s:12:\"newpostemail\";i:32768;s:14:\"cansetpassword\";i:65536;s:14:\"canremoveposts\";i:131072;s:11:\"caneditsigs\";i:262144;s:13:\"caneditavatar\";i:524288;s:11:\"caneditpoll\";i:1048576;s:17:\"caneditprofilepic\";i:2097152;s:17:\"caneditreputation\";i:4194304;}s:15:\"languageoptions\";a:2:{s:9:\"direction\";i:1;s:7:\"dirmark\";i:2;}s:12:\"adminoptions\";a:2:{s:11:\"adminavatar\";i:1;s:15:\"adminprofilepic\";i:2;}s:11:\"useroptions\";a:18:{s:14:\"showsignatures\";i:1;s:11:\"showavatars\";i:2;s:10:\"showimages\";i:4;s:9:\"coppauser\";i:8;s:10:\"adminemail\";i:16;s:9:\"showvcard\";i:32;s:7:\"dstauto\";i:64;s:8:\"dstonoff\";i:128;s:9:\"showemail\";i:256;s:9:\"invisible\";i:512;s:14:\"showreputation\";i:1024;s:9:\"receivepm\";i:2048;s:9:\"emailonpm\";i:4096;s:13:\"hasaccessmask\";i:8192;s:9:\"postorder\";i:32768;s:16:\"receivepmbuddies\";i:131072;s:17:\"noactivationmails\";i:262144;s:12:\"pmboxwarning\";i:524288;}s:12:\"forumoptions\";a:17:{s:6:\"active\";i:1;s:12:\"allowposting\";i:2;s:17:\"cancontainthreads\";i:4;s:15:\"moderatenewpost\";i:8;s:17:\"moderatenewthread\";i:16;s:14:\"moderateattach\";i:32;s:11:\"allowbbcode\";i:64;s:11:\"allowimages\";i:128;s:9:\"allowhtml\";i:256;s:12:\"allowsmilies\";i:512;s:10:\"allowicons\";i:1024;s:12:\"allowratings\";i:2048;s:10:\"countposts\";i:4096;s:15:\"canhavepassword\";i:8192;s:10:\"indexposts\";i:16384;s:13:\"styleoverride\";i:32768;s:15:\"showonforumjump\";i:65536;}s:10:\"regoptions\";a:23:{s:10:\"adminemail\";i:1;s:13:\"invisiblemode\";i:2;s:12:\"receiveemail\";i:4;s:8:\"enablepm\";i:8;s:9:\"emailonpm\";i:16;s:7:\"pmpopup\";i:32;s:11:\"vbcode_none\";i:64;s:15:\"vbcode_standard\";i:128;s:15:\"vbcode_enhanced\";i:256;s:14:\"subscribe_none\";i:512;s:18:\"subscribe_nonotify\";i:1024;s:17:\"subscribe_instant\";i:2048;s:15:\"subscribe_daily\";i:4096;s:16:\"subscribe_weekly\";i:8192;s:5:\"vcard\";i:16384;s:9:\"signature\";i:32768;s:6:\"avatar\";i:65536;s:5:\"image\";i:131072;s:20:\"thread_linear_oldest\";i:262144;s:20:\"thread_linear_newest\";i:524288;s:15:\"thread_threaded\";i:1048576;s:13:\"thread_hybrid\";i:2097152;s:14:\"showreputation\";i:4194304;}s:19:\"announcementoptions\";a:5:{s:11:\"allowbbcode\";i:1;s:9:\"allowhtml\";i:2;s:12:\"allowsmilies\";i:4;s:8:\"parseurl\";i:8;s:9:\"signature\";i:16;}s:11:\"feedoptions\";a:10:{s:7:\"enabled\";i:1;s:10:\"searchboth\";i:2;s:11:\"stickthread\";i:8;s:13:\"unstickthread\";i:16;s:11:\"closethread\";i:32;s:12:\"allowsmilies\";i:64;s:13:\"showsignature\";i:128;s:9:\"allowhtml\";i:256;s:14:\"moderatethread\";i:512;s:11:\"html2bbcode\";i:1024;}}}',1),('maxloggedin','a:2:{s:9:\"maxonline\";i:2;s:13:\"maxonlinedate\";i:1197180046;}',1),('ranks','a:0:{}',1),('mailqueue','0',0),('wol_spiders','',1),('banemail','',0),('birthdaycache','a:4:{s:4:\"day1\";s:10:\"2007-12-28\";s:4:\"day2\";s:10:\"2007-12-29\";s:6:\"users1\";N;s:6:\"users2\";N;}',1),('eventcache','a:1:{s:4:\"date\";s:10:\"12-30-2007\";}',1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `datastore` ENABLE KEYS */;

--
-- Table structure for table `deletionlog`
--

DROP TABLE IF EXISTS `deletionlog`;
CREATE TABLE `deletionlog` (
  `primaryid` int(10) unsigned NOT NULL default '0',
  `type` enum('post','thread') NOT NULL default 'post',
  `userid` int(10) unsigned NOT NULL default '0',
  `username` varchar(100) NOT NULL default '',
  `reason` varchar(125) NOT NULL default '',
  `dateline` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`primaryid`,`type`),
  KEY `type` (`type`,`dateline`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `deletionlog`
--


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

--
-- Table structure for table `editlog`
--

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

--
-- Dumping data for table `editlog`
--


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

--
-- Table structure for table `event`
--

DROP TABLE IF EXISTS `event`;
CREATE TABLE `event` (
  `eventid` int(10) unsigned NOT NULL auto_increment,
  `userid` int(10) unsigned NOT NULL default '0',
  `event` mediumtext,
  `title` varchar(250) NOT NULL default '',
  `allowsmilies` smallint(6) NOT NULL default '1',
  `recurring` smallint(6) NOT NULL default '0',
  `recuroption` varchar(6) NOT NULL default '',
  `calendarid` int(10) unsigned NOT NULL default '0',
  `customfields` mediumtext,
  `visible` smallint(6) NOT NULL default '0',
  `dateline` int(10) unsigned NOT NULL default '0',
  `utc` smallint(6) NOT NULL default '0',
  `dst` smallint(6) NOT NULL default '1',
  `dateline_from` int(10) unsigned NOT NULL default '0',
  `dateline_to` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`eventid`),
  KEY `userid` (`userid`),
  KEY `calendarid` (`calendarid`),
  KEY `visible` (`visible`),
  KEY `daterange` (`dateline_to`,`dateline_from`,`visible`,`calendarid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `event`
--


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

--
-- Table structure for table `externalcache`
--

DROP TABLE IF EXISTS `externalcache`;
CREATE TABLE `externalcache` (
  `cachehash` varchar(32) NOT NULL default '',
  `text` mediumtext,
  `headers` mediumtext,
  `dateline` int(10) unsigned NOT NULL default '0',
  `forumid` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`cachehash`),
  KEY `dateline` (`dateline`,`cachehash`),
  KEY `forumid` (`forumid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `externalcache`
--


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

--
-- Table structure for table `faq`
--

DROP TABLE IF EXISTS `faq`;
CREATE TABLE `faq` (
  `faqname` varchar(250) character set latin1 collate latin1_bin NOT NULL default '',
  `faqparent` varchar(50) NOT NULL default '',
  `displayorder` smallint(5) unsigned NOT NULL default '0',
  `volatile` smallint(5) unsigned NOT NULL default '0',
  `product` varchar(25) NOT NULL default '',
  PRIMARY KEY  (`faqname`),
  KEY `faqparent` (`faqparent`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `faq`
--


/*!40000 ALTER TABLE `faq` DISABLE KEYS */;
LOCK TABLES `faq` WRITE;
INSERT INTO `faq` VALUES ('vb_faq','faqroot',100,1,''),('vb_user_maintain','vb_faq',10,1,''),('vb_why_register','vb_user_maintain',1,1,''),('vb_use_cookies','vb_user_maintain',2,1,''),('vb_clear_cookies','vb_user_maintain',3,1,''),('vb_update_profile','vb_user_maintain',4,1,''),('vb_sig_explain','vb_user_maintain',5,1,''),('vb_lost_password','vb_user_maintain',6,1,''),('vb_custom_status','vb_user_maintain',7,1,''),('vb_avatar_how','vb_user_maintain',8,1,''),('vb_buddy_explain','vb_user_maintain',9,1,''),('vb_board_usage','vb_faq',20,1,''),('vb_board_search','vb_board_usage',1,1,''),('vb_email_member','vb_board_usage',2,1,''),('vb_pm_explain','vb_board_usage',3,1,''),('vb_memberlist_how','vb_board_usage',4,1,''),('vb_calendar_how','vb_board_usage',5,1,''),('vb_announce_explain','vb_board_usage',6,1,''),('vb_thread_rate','vb_board_usage',7,1,''),('vb_referrals_explain','vb_board_usage',8,1,''),('vb_threadedmode','vb_board_usage',9,1,''),('vb_rss_syndication','vb_board_usage',10,1,''),('vb_read_and_post','vb_faq',30,1,''),('vb_special_codes','vb_read_and_post',1,1,''),('vb_smilies_explain','vb_read_and_post',2,1,''),('vb_vbcode_toolbar','vb_read_and_post',3,1,''),('vb_poll_explain','vb_read_and_post',4,1,''),('vb_attachment_explain','vb_read_and_post',5,1,''),('vb_message_icons','vb_read_and_post',6,1,''),('vb_edit_posts','vb_read_and_post',7,1,''),('vb_moderator_explain','vb_read_and_post',8,1,''),('vb_censor_explain','vb_read_and_post',9,1,''),('vb_email_notification','vb_read_and_post',1,1,'');
UNLOCK TABLES;
/*!40000 ALTER TABLE `faq` ENABLE KEYS */;

--
-- Table structure for table `forum`
--

DROP TABLE IF EXISTS `forum`;
CREATE TABLE `forum` (
  `forumid` smallint(5) unsigned NOT NULL auto_increment,
  `styleid` smallint(5) unsigned NOT NULL default '0',
  `title` varchar(100) NOT NULL default '',
  `title_clean` varchar(100) NOT NULL default '',
  `description` text,
  `description_clean` text,
  `options` int(10) unsigned NOT NULL default '0',
  `showprivate` tinyint(3) unsigned NOT NULL default '0',
  `displayorder` smallint(6) NOT NULL default '0',
  `replycount` int(10) unsigned NOT NULL default '0',
  `lastpost` int(11) NOT NULL default '0',
  `lastposter` varchar(100) NOT NULL default '',
  `lastpostid` int(10) unsigned NOT NULL default '0',
  `lastthread` varchar(250) NOT NULL default '',
  `lastthreadid` int(10) unsigned NOT NULL default '0',
  `lasticonid` smallint(6) NOT NULL default '0',
  `threadcount` mediumint(8) unsigned NOT NULL default '0',
  `daysprune` smallint(6) NOT NULL default '0',
  `newpostemail` text,
  `newthreademail` text,
  `parentid` smallint(6) NOT NULL default '0',
  `parentlist` varchar(250) NOT NULL default '',
  `password` varchar(50) NOT NULL default '',
  `link` varchar(200) NOT NULL default '',
  `childlist` text,
  `defaultsortfield` varchar(50) NOT NULL default 'lastpost',
  `defaultsortorder` enum('asc','desc') NOT NULL default 'desc',
  PRIMARY KEY  (`forumid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `forum`
--


/*!40000 ALTER TABLE `forum` DISABLE KEYS */;
LOCK TABLES `forum` WRITE;
INSERT INTO `forum` VALUES (1,0,'Walleye Central','Walleye Central','More walleye information than you can handle!','More walleye information than you can handle!',69633,0,1,0,0,'',0,'',0,0,0,-1,'','',-1,'1,-1','','http://www.walleyecentral.com','1,2,10,16,14,15,17,18,19,-1','lastpost','desc'),(2,0,'Forum Rules and Guidelines - Please read','Forum Rules and Guidelines - Please read','Save all of us a little trouble, read the rules.\r\nRegistration is not necessary, but it does have its privileges.','Save all of us a little trouble, read the rules.\r\nRegistration is not necessary, but it does have its privileges.',87749,0,1,0,0,'',0,'',0,0,0,-1,'','',1,'2,1,-1','','','2,-1','lastpost','desc'),(3,1,'Muskie Central','Muskie Central','','',71361,0,1,0,0,'',0,'',0,0,0,-1,'','',-1,'3,-1','','','3,20,-1','lastpost','desc'),(20,0,'General Discussion','General Discussion','','',95943,0,1,0,0,'',0,'',0,0,0,-1,'','',3,'20,3,-1','','','20,-1','lastpost','desc'),(4,0,'Fishing The Midwest','Fishing The Midwest','','',79553,0,1,0,0,'',0,'',0,0,0,-1,'','',-1,'4,-1','','','4,21,-1','lastpost','desc'),(5,0,'Swap Board','Swap Board','','',79553,0,1,0,0,'',0,'',0,0,0,-1,'','',-1,'5,-1','','','5,22,-1','lastpost','desc'),(21,0,'FTM Message Board','FTM Message Board','','',95943,0,1,0,0,'',0,'',0,0,0,-1,'','',4,'21,4,-1','','','21,-1','lastpost','desc'),(22,0,'Swap Board','Swap Board','','',95943,0,1,0,0,'',0,'',0,0,0,-1,'','',5,'22,5,-1','','','22,-1','lastpost','desc'),(10,0,'General Discussion','General Discussion','','',95943,0,1,0,0,'',0,'',0,0,0,-1,'','',1,'10,1,-1','','','10,-1','lastpost','desc'),(16,0,'Tournament Board','Tournament Board','','',95943,0,1,0,0,'',0,'',0,0,0,-1,'','',1,'16,1,-1','','','16,-1','lastpost','desc'),(14,0,'Strictly Fishing','Strictly Fishing','','',95943,0,1,0,0,'',0,'',0,0,0,-1,'','',1,'14,1,-1','','','14,-1','lastpost','desc'),(15,0,'Boats and Motors','Boats and Motors','','',95943,0,1,0,0,'',0,'',0,0,0,-1,'','',1,'15,1,-1','','','15,-1','lastpost','desc'),(17,0,'Ice Fishing','Ice Fishing','','',95943,0,1,0,0,'',0,'',0,0,0,-1,'','',1,'17,1,-1','','','17,-1','lastpost','desc'),(18,0,'Canada Eh?','Canada Eh?','','',95943,0,1,0,0,'',0,'',0,0,0,-1,'','',1,'18,1,-1','','','18,-1','lastpost','desc'),(19,0,'Fishing Reports','Fishing Reports','','',95943,0,1,0,0,'',0,'',0,0,0,-1,'','',1,'19,1,-1','','','19,-1','lastpost','desc');
UNLOCK TABLES;
/*!40000 ALTER TABLE `forum` ENABLE KEYS */;

--
-- Table structure for table `forumpermission`
--

DROP TABLE IF EXISTS `forumpermission`;
CREATE TABLE `forumpermission` (
  `forumpermissionid` smallint(5) unsigned NOT NULL auto_increment,
  `forumid` smallint(5) unsigned NOT NULL default '0',
  `usergroupid` smallint(5) unsigned NOT NULL default '0',
  `forumpermissions` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`forumpermissionid`),
  UNIQUE KEY `ugid_fid` (`usergroupid`,`forumid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `forumpermission`
--


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

--
-- Table structure for table `forumread`
--

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

--
-- Dumping data for table `forumread`
--


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

--
-- Table structure for table `holiday`
--

DROP TABLE IF EXISTS `holiday`;
CREATE TABLE `holiday` (
  `holidayid` int(10) unsigned NOT NULL auto_increment,
  `varname` varchar(100) NOT NULL default '',
  `recurring` smallint(5) unsigned NOT NULL default '0',
  `recuroption` varchar(6) NOT NULL default '',
  `allowsmilies` smallint(6) NOT NULL default '1',
  PRIMARY KEY  (`holidayid`),
  KEY `varname` (`varname`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `holiday`
--


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

--
-- Table structure for table `icon`
--

DROP TABLE IF EXISTS `icon`;
CREATE TABLE `icon` (
  `iconid` smallint(5) unsigned NOT NULL auto_increment,
  `title` varchar(100) NOT NULL default '',
  `iconpath` varchar(100) NOT NULL default '',
  `imagecategoryid` smallint(5) unsigned NOT NULL default '0',
  `displayorder` smallint(5) unsigned NOT NULL default '1',
  PRIMARY KEY  (`iconid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `icon`
--


/*!40000 ALTER TABLE `icon` DISABLE KEYS */;
LOCK TABLES `icon` WRITE;
INSERT INTO `icon` VALUES (1,'Post','images/icons/icon1.gif',2,1),(2,'Arrow','images/icons/icon2.gif',2,1),(3,'Lightbulb','images/icons/icon3.gif',2,1),(4,'Exclamation','images/icons/icon4.gif',2,1),(5,'Question','images/icons/icon5.gif',2,1),(6,'Cool','images/icons/icon6.gif',2,1),(7,'Smile','images/icons/icon7.gif',2,1),(8,'Angry','images/icons/icon8.gif',2,1),(9,'Unhappy','images/icons/icon9.gif',2,1),(10,'Talking','images/icons/icon10.gif',2,1),(11,'Red face','images/icons/icon11.gif',2,1),(12,'Wink','images/icons/icon12.gif',2,1),(13,'Thumbs down','images/icons/icon13.gif',2,1),(14,'Thumbs up','images/icons/icon14.gif',2,1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `icon` ENABLE KEYS */;

--
-- Table structure for table `imagecategory`
--

DROP TABLE IF EXISTS `imagecategory`;
CREATE TABLE `imagecategory` (
  `imagecategoryid` smallint(5) unsigned NOT NULL auto_increment,
  `title` varchar(255) NOT NULL default '',
  `imagetype` smallint(5) unsigned NOT NULL default '0',
  `displayorder` smallint(5) unsigned NOT NULL default '0',
  PRIMARY KEY  (`imagecategoryid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `imagecategory`
--


/*!40000 ALTER TABLE `imagecategory` DISABLE KEYS */;
LOCK TABLES `imagecategory` WRITE;
INSERT INTO `imagecategory` VALUES (1,'Generic Smilies',3,1),(2,'Generic Icons',2,1),(3,'Generic Avatars',1,1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `imagecategory` ENABLE KEYS */;

--
-- Table structure for table `imagecategorypermission`
--

DROP TABLE IF EXISTS `imagecategorypermission`;
CREATE TABLE `imagecategorypermission` (
  `imagecategoryid` smallint(5) unsigned NOT NULL default '0',
  `usergroupid` smallint(5) unsigned NOT NULL default '0',
  KEY `imagecategoryid` (`imagecategoryid`,`usergroupid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `imagecategorypermission`
--


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

--
-- Table structure for table `infraction`
--

DROP TABLE IF EXISTS `infraction`;
CREATE TABLE `infraction` (
  `infractionid` int(10) unsigned NOT NULL auto_increment,
  `infractionlevelid` int(10) unsigned NOT NULL default '0',
  `postid` int(10) unsigned NOT NULL default '0',
  `userid` int(10) unsigned NOT NULL default '0',
  `whoadded` int(10) unsigned NOT NULL default '0',
  `points` int(10) unsigned NOT NULL default '0',
  `dateline` int(10) unsigned NOT NULL default '0',
  `note` varchar(255) NOT NULL default '',
  `action` smallint(5) unsigned NOT NULL default '0',
  `actiondateline` int(10) unsigned NOT NULL default '0',
  `actionuserid` int(10) unsigned NOT NULL default '0',
  `actionreason` varchar(255) NOT NULL default '0',
  `expires` int(10) unsigned NOT NULL default '0',
  `threadid` int(10) unsigned NOT NULL default '0',
  `customreason` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`infractionid`),
  KEY `expires` (`expires`,`action`),
  KEY `userid` (`userid`,`action`),
  KEY `infractonlevelid` (`infractionlevelid`),
  KEY `postid` (`postid`),
  KEY `threadid` (`threadid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `infraction`
--


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

--
-- Table structure for table `infractionban`
--

DROP TABLE IF EXISTS `infractionban`;
CREATE TABLE `infractionban` (
  `infractionbanid` int(10) unsigned NOT NULL auto_increment,
  `usergroupid` int(11) NOT NULL default '0',
  `banusergroupid` int(10) unsigned NOT NULL default '0',
  `amount` int(10) unsigned NOT NULL default '0',
  `period` char(5) NOT NULL default '',
  `method` enum('points','infractions') NOT NULL default 'infractions',
  PRIMARY KEY  (`infractionbanid`),
  KEY `usergroupid` (`usergroupid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `infractionban`
--


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

--
-- Table structure for table `infractiongroup`
--

DROP TABLE IF EXISTS `infractiongroup`;
CREATE TABLE `infractiongroup` (
  `infractiongroupid` int(10) unsigned NOT NULL auto_increment,
  `usergroupid` int(11) NOT NULL default '0',
  `orusergroupid` smallint(5) unsigned NOT NULL default '0',
  `pointlevel` int(10) unsigned NOT NULL default '0',
  `override` smallint(5) unsigned NOT NULL default '0',
  PRIMARY KEY  (`infractiongroupid`),
  KEY `usergroupid` (`usergroupid`,`pointlevel`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `infractiongroup`
--


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

--
-- Table structure for table `infractionlevel`
--

DROP TABLE IF EXISTS `infractionlevel`;
CREATE TABLE `infractionlevel` (
  `infractionlevelid` int(10) unsigned NOT NULL auto_increment,
  `points` int(10) unsigned NOT NULL default '0',
  `expires` int(10) unsigned NOT NULL default '0',
  `period` enum('H','D','M','N') NOT NULL default 'H',
  `warning` smallint(5) unsigned NOT NULL default '0',
  `extend` smallint(5) unsigned NOT NULL default '0',
  PRIMARY KEY  (`infractionlevelid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `infractionlevel`
--


/*!40000 ALTER TABLE `infractionlevel` DISABLE KEYS */;
LOCK TABLES `infractionlevel` WRITE;
INSERT INTO `infractionlevel` VALUES (1,1,10,'D',1,0),(2,1,10,'D',1,0),(3,1,10,'D',1,0),(4,1,10,'D',1,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `infractionlevel` ENABLE KEYS */;

--
-- Table structure for table `language`
--

DROP TABLE IF EXISTS `language`;
CREATE TABLE `language` (
  `languageid` smallint(5) unsigned NOT NULL auto_increment,
  `title` varchar(50) NOT NULL default '',
  `userselect` smallint(5) unsigned NOT NULL default '1',
  `options` smallint(5) unsigned NOT NULL default '1',
  `languagecode` varchar(12) NOT NULL default '',
  `charset` varchar(15) NOT NULL default '',
  `imagesoverride` varchar(150) NOT NULL default '',
  `dateoverride` varchar(50) NOT NULL default '',
  `timeoverride` varchar(50) NOT NULL default '',
  `registereddateoverride` varchar(50) NOT NULL default '',
  `calformat1override` varchar(50) NOT NULL default '',
  `calformat2override` varchar(50) NOT NULL default '',
  `logdateoverride` varchar(50) NOT NULL default '',
  `locale` varchar(20) NOT NULL default '',
  `decimalsep` char(1) NOT NULL default '.',
  `thousandsep` char(1) NOT NULL default ',',
  `phrasegroup_global` mediumtext,
  `phrasegroup_cpglobal` mediumtext,
  `phrasegroup_cppermission` mediumtext,
  `phrasegroup_forum` mediumtext,
  `phrasegroup_calendar` mediumtext,
  `phrasegroup_attachment_image` mediumtext,
  `phrasegroup_style` mediumtext,
  `phrasegroup_logging` mediumtext,
  `phrasegroup_cphome` mediumtext,
  `phrasegroup_promotion` mediumtext,
  `phrasegroup_user` mediumtext,
  `phrasegroup_help_faq` mediumtext,
  `phrasegroup_sql` mediumtext,
  `phrasegroup_subscription` mediumtext,
  `phrasegroup_language` mediumtext,
  `phrasegroup_bbcode` mediumtext,
  `phrasegroup_stats` mediumtext,
  `phrasegroup_diagnostic` mediumtext,
  `phrasegroup_maintenance` mediumtext,
  `phrasegroup_profilefield` mediumtext,
  `phrasegroup_thread` mediumtext,
  `phrasegroup_timezone` mediumtext,
  `phrasegroup_banning` mediumtext,
  `phrasegroup_reputation` mediumtext,
  `phrasegroup_wol` mediumtext,
  `phrasegroup_threadmanage` mediumtext,
  `phrasegroup_pm` mediumtext,
  `phrasegroup_cpuser` mediumtext,
  `phrasegroup_accessmask` mediumtext,
  `phrasegroup_cron` mediumtext,
  `phrasegroup_moderator` mediumtext,
  `phrasegroup_cpoption` mediumtext,
  `phrasegroup_cprank` mediumtext,
  `phrasegroup_cpusergroup` mediumtext,
  `phrasegroup_holiday` mediumtext,
  `phrasegroup_posting` mediumtext,
  `phrasegroup_poll` mediumtext,
  `phrasegroup_fronthelp` mediumtext,
  `phrasegroup_register` mediumtext,
  `phrasegroup_search` mediumtext,
  `phrasegroup_showthread` mediumtext,
  `phrasegroup_postbit` mediumtext,
  `phrasegroup_forumdisplay` mediumtext,
  `phrasegroup_messaging` mediumtext,
  `phrasegroup_inlinemod` mediumtext,
  `phrasegroup_plugins` mediumtext,
  `phrasegroup_cprofilefield` mediumtext,
  `phrasegroup_reputationlevel` mediumtext,
  `phrasegroup_infraction` mediumtext,
  `phrasegroup_infractionlevel` mediumtext,
  PRIMARY KEY  (`languageid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `language`
--


/*!40000 ALTER TABLE `language` DISABLE KEYS */;
LOCK TABLES `language` WRITE;
INSERT INTO `language` VALUES (1,'English (US)',1,1,'en','ISO-8859-1','','','','','','','','','.',',','a:483:{s:9:\"1_day_ago\";s:9:\"1 Day Ago\";s:10:\"1_hour_ago\";s:10:\"1 Hour Ago\";s:12:\"1_minute_ago\";s:12:\"1 Minute Ago\";s:10:\"1_week_ago\";s:10:\"1 Week Ago\";s:14:\"a_closed_forum\";s:14:\"A Closed Forum\";s:6:\"accept\";s:6:\"Accept\";s:6:\"action\";s:6:\"Action\";s:14:\"active_members\";s:14:\"Active Members\";s:20:\"active_subscriptions\";s:20:\"Active Subscriptions\";s:15:\"add_new_folders\";s:15:\"Add New Folders\";s:16:\"add_subscription\";s:16:\"Add Subscription\";s:19:\"add_x_to_buddy_list\";s:27:\"Add %1$s to Your Buddy List\";s:5:\"admin\";s:5:\"Admin\";s:19:\"admin_control_panel\";s:19:\"Admin Control Panel\";s:23:\"admin_required_register\";s:101:\"The administrator may have required you to <a href=\"%1$s\">register</a> before you can view this page.\";s:34:\"administrator_may_disabled_account\";s:110:\"If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.\";s:15:\"advanced_search\";s:15:\"Advanced Search\";s:3:\"age\";s:3:\"Age\";s:15:\"alert_board_off\";s:50:\"<b>Alert:</b> The forums are currently turned off!\";s:10:\"all_forums\";s:10:\"All Forums\";s:33:\"all_times_are_gmt_x_time_now_is_y\";s:70:\"All times are GMT%1$s. The time now is <span class=\"time\">%2$s</span>.\";s:12:\"allow_bbcode\";s:13:\"Allow BB Code\";s:10:\"allow_html\";s:10:\"Allow HTML\";s:14:\"allow_img_code\";s:16:\"Allow [IMG] Code\";s:13:\"allow_smilies\";s:13:\"Allow Smilies\";s:12:\"announcement\";s:12:\"Announcement\";s:13:\"announcements\";s:13:\"Announcements\";s:22:\"announcements_in_forum\";s:22:\"Announcements in Forum\";s:5:\"april\";s:5:\"April\";s:7:\"archive\";s:7:\"Archive\";s:10:\"attachment\";s:10:\"Attachment\";s:21:\"attachment_statistics\";s:21:\"Attachment Statistics\";s:11:\"attachments\";s:11:\"Attachments\";s:6:\"august\";s:6:\"August\";s:18:\"buddy_ignore_lists\";s:20:\"Buddy / Ignore Lists\";s:10:\"buddy_list\";s:10:\"Buddy List\";s:4:\"by_x\";s:41:\"by <a href=\"%1$s\" rel=\"nofollow\">%2$s</a>\";s:5:\"bytes\";s:5:\"Bytes\";s:8:\"calendar\";s:8:\"Calendar\";s:28:\"can_moderate_user_signatures\";s:28:\"Can Moderate User Signatures\";s:6:\"cancel\";s:6:\"Cancel\";s:19:\"cant_identify_image\";s:52:\"Can\'t identify the image? Click it to get a new one.\";s:15:\"caps_lock_is_on\";s:191:\"<strong>Caps Lock is on!</strong><br />\r\n<br />\r\nHaving Caps Lock on may cause you to enter your password incorrectly. You should press Caps Lock to turn it off before entering your password.\";s:17:\"check_uncheck_all\";s:19:\"Check / Uncheck All\";s:45:\"click_a_smilie_to_insert_it_into_your_message\";s:46:\"Click a smilie to insert it into your message.\";s:20:\"click_here_to_log_in\";s:20:\"Click here to log in\";s:34:\"click_if_browser_does_not_redirect\";s:63:\"Click here if your browser does not automatically redirect you.\";s:26:\"click_the_following_button\";s:38:\"Click the following button to proceed.\";s:17:\"close_this_window\";s:17:\"Close this window\";s:13:\"closed_thread\";s:13:\"Closed Thread\";s:4:\"code\";s:4:\"Code\";s:7:\"contact\";s:7:\"Contact\";s:10:\"contact_us\";s:10:\"Contact Us\";s:18:\"contains_new_posts\";s:18:\"Contains New Posts\";s:21:\"contains_no_new_posts\";s:21:\"Contains No New Posts\";s:26:\"current_attachment_total_x\";s:30:\"Current Attachment Total: %1$s\";s:19:\"current_attachments\";s:19:\"Current Attachments\";s:22:\"currently_active_users\";s:22:\"Currently Active Users\";s:13:\"custom_fields\";s:13:\"Custom Fields\";s:5:\"daily\";s:5:\"Daily\";s:24:\"daily_email_notification\";s:24:\"Daily email notification\";s:22:\"daily_updates_by_email\";s:22:\"Daily updates by email\";s:4:\"date\";s:4:\"Date\";s:3:\"day\";s:3:\"Day\";s:4:\"days\";s:4:\"Days\";s:8:\"december\";s:8:\"December\";s:13:\"decrease_size\";s:13:\"Decrease Size\";s:7:\"default\";s:7:\"Default\";s:6:\"delete\";s:6:\"Delete\";s:12:\"delete_posts\";s:12:\"Delete Posts\";s:15:\"delete_selected\";s:15:\"Delete Selected\";s:19:\"delete_subscription\";s:19:\"Delete Subscription\";s:13:\"delete_thread\";s:13:\"Delete Thread\";s:16:\"delete_user_note\";s:16:\"Delete User Note\";s:4:\"deny\";s:4:\"Deny\";s:17:\"destination_forum\";s:17:\"Destination Forum\";s:15:\"display_options\";s:15:\"Display Options\";s:17:\"do_authorizations\";s:17:\"Do Authorizations\";s:4:\"done\";s:4:\"Done\";s:26:\"doubleclick_forum_markread\";s:66:\"Double-click this icon to mark this forum and its contents as read\";s:4:\"edit\";s:4:\"Edit\";s:11:\"edit_avatar\";s:11:\"Edit Avatar\";s:12:\"edit_folders\";s:12:\"Edit Folders\";s:12:\"edit_options\";s:12:\"Edit Options\";s:9:\"edit_poll\";s:9:\"Edit Poll\";s:9:\"edit_post\";s:9:\"Edit Post\";s:12:\"edit_profile\";s:12:\"Edit Profile\";s:20:\"edit_profile_picture\";s:20:\"Edit Profile Picture\";s:14:\"edit_signature\";s:14:\"Edit Signature\";s:11:\"edit_thread\";s:11:\"Edit Thread\";s:14:\"edit_user_note\";s:14:\"Edit User Note\";s:5:\"email\";s:5:\"Email\";s:13:\"email_address\";s:13:\"Email Address\";s:8:\"emailing\";s:8:\"Emailing\";s:8:\"end_date\";s:8:\"End Date\";s:26:\"enter_password_for_account\";s:86:\"Please enter a password for your user account. Note that passwords are case-sensitive.\";s:35:\"enter_username_to_login_or_register\";s:129:\"Enter your username and password in the boxes provided to login, or click the \'register\' button to create a profile for yourself.\";s:29:\"errors_occured_when_submitted\";s:61:\"The following errors occurred when this message was submitted\";s:5:\"event\";s:5:\"Event\";s:15:\"event_reminders\";s:15:\"Event Reminders\";s:6:\"export\";s:6:\"Export\";s:3:\"faq\";s:3:\"FAQ\";s:8:\"february\";s:8:\"February\";s:19:\"find_all_posts_by_x\";s:22:\"Find all posts by %1$s\";s:18:\"find_posts_by_user\";s:18:\"Find Posts by User\";s:5:\"first\";s:5:\"First\";s:10:\"first_page\";s:10:\"First Page\";s:19:\"first_visit_message\";s:340:\"If this is your first visit, be sure to check out the <a href=\"%1$s\"><strong>FAQ</strong></a> by clicking the link above.\r\nYou may have to <a href=\"%2$s\"><strong>register</strong></a> before you can post: click the register link above to proceed.\r\nTo start viewing messages, select the forum that you want to visit from the selection below.\";s:6:\"folder\";s:6:\"Folder\";s:15:\"folder_controls\";s:15:\"Folder Controls\";s:25:\"folder_is_currently_empty\";s:31:\"This folder is currently empty.\";s:11:\"folder_name\";s:11:\"Folder Name\";s:7:\"folders\";s:7:\"Folders\";s:32:\"forgotten_password_request_email\";s:238:\"If you have forgotten your username or password, you can request to have your username emailed to you and to reset your password. When you fill in your registered email address, you will be sent instructions on how to reset your password.\";s:23:\"forgotten_your_password\";s:24:\"Forgotten Your Password?\";s:5:\"forum\";s:5:\"Forum\";s:24:\"forum_contains_new_posts\";s:24:\"Forum Contains New Posts\";s:27:\"forum_contains_no_new_posts\";s:27:\"Forum Contains No New Posts\";s:27:\"forum_is_closed_for_posting\";s:27:\"Forum is Closed for Posting\";s:10:\"forum_jump\";s:10:\"Forum Jump\";s:6:\"forums\";s:6:\"Forums\";s:11:\"forums_home\";s:11:\"Forums Home\";s:6:\"friday\";s:6:\"Friday\";s:9:\"gigabytes\";s:2:\"GB\";s:19:\"global_announcement\";s:19:\"Global Announcement\";s:2:\"go\";s:2:\"Go\";s:7:\"go_back\";s:7:\"Go Back\";s:27:\"go_first_unread_in_thread_x\";s:40:\"Go to first unread post in thread \'%1$s\'\";s:20:\"go_to_first_new_post\";s:20:\"Go to first new post\";s:15:\"go_to_last_post\";s:15:\"Go to last post\";s:10:\"go_to_page\";s:13:\"Go to Page...\";s:4:\"go_x\";s:9:\"Go (%1$s)\";s:17:\"group_memberships\";s:17:\"Group Memberships\";s:5:\"guest\";s:5:\"Guest\";s:21:\"have_new_pm_popup_x_y\";s:117:\"You have a new private message.\\n\\nSender: %1$s\\nTitle: \'%2$s\'\\n\\nClick OK to view it, or cancel to hide this prompt.\";s:29:\"have_x_posts_in_thread_last_y\";s:47:\"You have %1$s post(s) in this thread, last %2$s\";s:15:\"hide_thumbnails\";s:15:\"Hide Thumbnails\";s:5:\"hours\";s:5:\"Hours\";s:9:\"html_code\";s:9:\"HTML Code\";s:14:\"html_code_is_x\";s:34:\"HTML code is <strong>%1$s</strong>\";s:6:\"hybrid\";s:6:\"Hybrid\";s:6:\"ignore\";s:6:\"Ignore\";s:18:\"image_verification\";s:18:\"Image Verification\";s:13:\"img_code_is_x\";s:70:\"<a href=\"%1$s\" target=\"_blank\">[IMG]</a> code is <strong>%2$s</strong>\";s:11:\"in_progress\";s:11:\"In Progress\";s:5:\"inbox\";s:5:\"Inbox\";s:13:\"increase_size\";s:13:\"Increase Size\";s:4:\"info\";s:4:\"Info\";s:11:\"infractions\";s:11:\"Infractions\";s:26:\"instant_email_notification\";s:26:\"Instant email notification\";s:17:\"instant_messaging\";s:17:\"Instant Messaging\";s:29:\"instant_notification_by_email\";s:29:\"Instant notification by email\";s:10:\"ip_address\";s:10:\"IP Address\";s:7:\"january\";s:7:\"January\";s:9:\"join_date\";s:9:\"Join Date\";s:12:\"join_request\";s:12:\"Join Request\";s:13:\"join_requests\";s:13:\"Join Requests\";s:4:\"july\";s:4:\"July\";s:14:\"jump_to_folder\";s:14:\"Jump to Folder\";s:4:\"june\";s:4:\"June\";s:9:\"kilobytes\";s:2:\"KB\";s:4:\"last\";s:4:\"Last\";s:13:\"last_activity\";s:13:\"Last Activity\";s:11:\"last_online\";s:11:\"Last Online\";s:9:\"last_page\";s:9:\"Last Page\";s:9:\"last_post\";s:9:\"Last Post\";s:19:\"last_visited_x_at_y\";s:56:\"You last visited: %1$s at <span class=\"time\">%2$s</span>\";s:13:\"list_messages\";s:13:\"List Messages\";s:18:\"list_subscriptions\";s:18:\"List Subscriptions\";s:13:\"location_perm\";s:8:\"Location\";s:6:\"log_in\";s:6:\"Log in\";s:7:\"log_out\";s:7:\"Log Out\";s:9:\"log_out_x\";s:12:\"Log Out %1$s\";s:14:\"logged_in_as_x\";s:52:\"Logged in as <a href=\"%1$s\" target=\"_blank\">%2$s</a>\";s:27:\"lost_password_recovery_form\";s:27:\"Lost Password Recovery Form\";s:6:\"manage\";s:6:\"Manage\";s:18:\"manage_attachments\";s:18:\"Manage Attachments\";s:5:\"march\";s:5:\"March\";s:16:\"mark_forums_read\";s:16:\"Mark Forums Read\";s:26:\"maximum_allowed_messages_x\";s:37:\"Maximum allowed stored messages: %1$s\";s:28:\"maximum_attachment_storage_x\";s:32:\"Maximum Attachment Storage: %1$s\";s:3:\"may\";s:3:\"May\";s:27:\"may_choose_icon_for_message\";s:63:\"You may choose an icon for your message from the following list\";s:34:\"may_not_have_sufficient_privileges\";s:167:\"You may not have sufficient privileges to access this page. Are you trying to edit someone else\'s post, access administrative features or some other privileged system?\";s:9:\"megabytes\";s:2:\"MB\";s:7:\"members\";s:7:\"Members\";s:12:\"members_list\";s:12:\"Members List\";s:7:\"message\";s:7:\"Message\";s:20:\"message_deleted_by_x\";s:57:\"This message has been deleted by <a href=\"%1$s\">%2$s</a>.\";s:8:\"messages\";s:8:\"Messages\";s:13:\"miscellaneous\";s:13:\"Miscellaneous\";s:21:\"miscellaneous_options\";s:21:\"Miscellaneous Options\";s:3:\"mod\";s:3:\"Mod\";s:9:\"moderator\";s:9:\"Moderator\";s:23:\"moderator_control_panel\";s:23:\"Moderator Control Panel\";s:10:\"moderators\";s:10:\"Moderators\";s:6:\"monday\";s:6:\"Monday\";s:5:\"month\";s:5:\"Month\";s:7:\"monthly\";s:7:\"Monthly\";s:6:\"months\";s:6:\"Months\";s:30:\"more_than_x_replies_or_y_views\";s:36:\"More than %1$s replies or %2$s views\";s:35:\"most_users_ever_online_was_x_y_at_z\";s:46:\"Most users ever online was %1$s, %2$s at %3$s.\";s:25:\"move_delete_subscriptions\";s:27:\"Move / Delete Subscriptions\";s:10:\"move_items\";s:10:\"Move Items\";s:23:\"move_subscribed_threads\";s:23:\"Move Subscribed Threads\";s:14:\"move_to_folder\";s:14:\"Move to folder\";s:19:\"move_x_items_from_y\";s:27:\"Move %1$s items from \'%2$s\'\";s:19:\"moved_thread_prefix\";s:7:\"Moved: \";s:16:\"multipage_thread\";s:17:\"Multi-page thread\";s:20:\"multiple_choice_poll\";s:21:\"Multiple Choice Poll.\";s:10:\"my_profile\";s:10:\"My Profile\";s:3:\"n_a\";s:3:\"N/A\";s:5:\"never\";s:5:\"Never\";s:9:\"new_posts\";s:9:\"New posts\";s:13:\"new_posts_nav\";s:9:\"New Posts\";s:13:\"new_user_note\";s:13:\"New User Note\";s:4:\"next\";s:4:\"Next\";s:9:\"next_page\";s:9:\"Next Page\";s:2:\"no\";s:2:\"No\";s:21:\"no_email_notification\";s:21:\"No email notification\";s:7:\"no_icon\";s:7:\"No icon\";s:12:\"no_new_posts\";s:12:\"No new posts\";s:33:\"no_signatures_awaiting_moderation\";s:33:\"No Signatures Awaiting Moderation\";s:17:\"no_users_selected\";s:18:\"No users selected!\";s:4:\"none\";s:4:\"None\";s:3:\"not\";s:3:\"not\";s:26:\"not_logged_in_fill_in_form\";s:81:\"You are not logged in. Fill in the form at the bottom of this page and try again.\";s:24:\"not_logged_no_permission\";s:117:\"You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:\";s:12:\"notification\";s:12:\"Notification\";s:17:\"notification_type\";s:17:\"Notification Type\";s:8:\"november\";s:8:\"November\";s:17:\"number_of_replies\";s:17:\"Number of Replies\";s:15:\"number_of_views\";s:15:\"Number of Views\";s:7:\"october\";s:7:\"October\";s:3:\"off\";s:3:\"Off\";s:7:\"offline\";s:7:\"Offline\";s:4:\"okay\";s:4:\"Okay\";s:3:\"old\";s:3:\"Old\";s:5:\"older\";s:5:\"Older\";s:2:\"on\";s:2:\"On\";s:6:\"online\";s:6:\"Online\";s:15:\"open_buddy_list\";s:15:\"Open Buddy List\";s:26:\"open_message_in_new_window\";s:82:\"Open the message in a new window?\\n\\n(Press cancel to open in the current window.)\";s:6:\"option\";s:6:\"Option\";s:35:\"option_2_upload_image_from_computer\";s:42:\"Option 2 - Upload Image From Your Computer\";s:8:\"optional\";s:8:\"Optional\";s:7:\"options\";s:7:\"Options\";s:2:\"or\";s:2:\"or\";s:22:\"originally_posted_by_x\";s:42:\"Originally Posted by <strong>%1$s</strong>\";s:6:\"page_x\";s:9:\"Page %1$s\";s:11:\"page_x_of_y\";s:17:\"Page %1$s of %2$s\";s:5:\"pages\";s:5:\"Pages\";s:18:\"paid_subscriptions\";s:18:\"Paid Subscriptions\";s:8:\"password\";s:8:\"Password\";s:8:\"per_page\";s:8:\"Per Page\";s:14:\"perform_action\";s:14:\"Perform Action\";s:8:\"php_code\";s:8:\"PHP Code\";s:21:\"please_enter_the_text\";s:74:\"Please enter the six letters or digits that appear in the image opposite. \";s:17:\"please_select_one\";s:17:\"Please select one\";s:22:\"pm_non_buddies_heading\";s:30:\"Allow Replies from Non-Buddies\";s:8:\"pm_users\";s:8:\"PM Users\";s:4:\"poll\";s:4:\"Poll\";s:12:\"poll_options\";s:12:\"Poll Options\";s:18:\"poll_thread_prefix\";s:6:\"Poll: \";s:4:\"post\";s:4:\"Post\";s:10:\"post_icons\";s:10:\"Post Icons\";s:18:\"post_new_user_note\";s:18:\"Post New User Note\";s:16:\"post_time_x_at_y\";s:23:\"Post Time: %1$s at %2$s\";s:14:\"post_user_note\";s:14:\"Post User Note\";s:6:\"post_x\";s:9:\"Post %1$s\";s:9:\"posted_by\";s:9:\"Posted By\";s:13:\"posting_rules\";s:13:\"Posting Rules\";s:5:\"posts\";s:5:\"Posts\";s:20:\"powered_by_vbulletin\";s:0:\"\";s:4:\"prev\";s:4:\"Prev\";s:9:\"prev_page\";s:9:\"Prev Page\";s:17:\"privacy_statement\";s:17:\"Privacy Statement\";s:7:\"private\";s:7:\"Private\";s:15:\"private_message\";s:15:\"Private Message\";s:16:\"private_messages\";s:16:\"Private Messages\";s:20:\"private_messages_nav\";s:59:\"<a href=\"private.php%3$s\">Private Messages</a>: %1$s, %2$s.\";s:7:\"proceed\";s:9:\" Proceed \";s:29:\"public_poll_users_see_choices\";s:86:\"Be advised that this is a public poll: other users can see the choice(s) you selected.\";s:22:\"quick_language_chooser\";s:22:\"Quick Language Chooser\";s:11:\"quick_links\";s:11:\"Quick Links\";s:19:\"quick_style_chooser\";s:19:\"Quick Style Chooser\";s:5:\"quote\";s:5:\"Quote\";s:11:\"rate_thread\";s:11:\"Rate Thread\";s:6:\"reason\";s:6:\"Reason\";s:8:\"redirect\";s:8:\"Redirect\";s:11:\"redirecting\";s:14:\"Redirecting...\";s:13:\"refresh_image\";s:13:\"Refresh Image\";s:8:\"register\";s:8:\"Register\";s:6:\"reload\";s:6:\"Reload\";s:16:\"reload_this_page\";s:16:\"Reload this Page\";s:11:\"remember_me\";s:12:\"Remember Me?\";s:6:\"remove\";s:6:\"Remove\";s:7:\"replace\";s:7:\"Replace\";s:7:\"replies\";s:7:\"Replies\";s:17:\"replies_x_views_y\";s:26:\"Replies: %1$s, Views: %2$s\";s:5:\"reply\";s:5:\"Reply\";s:12:\"reply_prefix\";s:3:\"Re:\";s:10:\"reputation\";s:10:\"Reputation\";s:19:\"reputation_disabled\";s:23:\"has disabled reputation\";s:14:\"request_reason\";s:14:\"Request Reason\";s:29:\"request_username_password_now\";s:31:\"Request Username / Password Now\";s:26:\"requests_to_join_usergroup\";s:26:\"Requests to Join Usergroup\";s:5:\"reset\";s:5:\"Reset\";s:12:\"reset_fields\";s:12:\"Reset Fields\";s:19:\"results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:18:\"reverse_sort_order\";s:18:\"Reverse Sort Order\";s:20:\"review_join_requests\";s:20:\"Review Join Requests\";s:8:\"saturday\";s:8:\"Saturday\";s:4:\"save\";s:4:\"Save\";s:12:\"save_changes\";s:12:\"Save Changes\";s:12:\"save_folders\";s:12:\"Save Folders\";s:6:\"search\";s:6:\"Search\";s:13:\"search_forums\";s:13:\"Search Forums\";s:14:\"search_results\";s:14:\"Search Results\";s:18:\"search_titles_only\";s:18:\"Search Titles Only\";s:6:\"second\";s:6:\"Second\";s:34:\"select_destination_folder_for_move\";s:71:\"Please select a destination folder for the items that you wish to move.\";s:16:\"selected_threads\";s:16:\"Selected Threads\";s:4:\"send\";s:4:\"Send\";s:25:\"send_message_via_aim_to_x\";s:30:\"Send a message via AIM to %1$s\";s:27:\"send_message_via_email_to_x\";s:32:\"Send a message via email to %1$s\";s:25:\"send_message_via_icq_to_x\";s:30:\"Send a message via ICQ to %1$s\";s:25:\"send_message_via_msn_to_x\";s:30:\"Send a message via MSN to %1$s\";s:27:\"send_message_via_skype_to_x\";s:39:\"Send a message via Skype&trade; to %1$s\";s:27:\"send_message_via_yahoo_to_x\";s:32:\"Send a message via Yahoo to %1$s\";s:16:\"send_new_message\";s:16:\"Send New Message\";s:38:\"send_private_message_to_selected_users\";s:40:\"Send a private message to selected users\";s:25:\"send_private_message_to_x\";s:30:\"Send a private message to %1$s\";s:11:\"send_report\";s:11:\"Send Report\";s:10:\"sent_items\";s:10:\"Sent Items\";s:9:\"september\";s:9:\"September\";s:11:\"show_groups\";s:11:\"Show Groups\";s:10:\"show_posts\";s:10:\"Show Posts\";s:24:\"show_results_x_to_y_of_z\";s:33:\"Show results %1$s to %2$s of %3$s\";s:28:\"show_thread_and_close_window\";s:30:\"Show Thread &amp; Close Window\";s:12:\"show_threads\";s:12:\"Show Threads\";s:26:\"show_threads_from_last_day\";s:26:\"Show threads from last day\";s:28:\"show_threads_from_last_month\";s:28:\"Show threads from last month\";s:27:\"show_threads_from_last_week\";s:27:\"Show threads from last week\";s:29:\"show_threads_from_last_x_days\";s:32:\"Show threads from last %1$s days\";s:31:\"show_threads_from_last_x_months\";s:34:\"Show threads from last %1$s months\";s:30:\"show_threads_from_last_x_weeks\";s:33:\"Show threads from last %1$s weeks\";s:27:\"show_threads_from_last_year\";s:27:\"Show threads from last year\";s:15:\"show_thumbnails\";s:15:\"Show Thumbnails\";s:27:\"showing_results_x_to_y_of_z\";s:36:\"Showing results %1$s to %2$s of %3$s\";s:28:\"showing_x_smilies_of_y_total\";s:35:\"Showing %1$s smilies of %2$s total.\";s:9:\"signature\";s:9:\"Signature\";s:10:\"site_areas\";s:10:\"Site Areas\";s:11:\"smilie_list\";s:11:\"Smilie List\";s:7:\"smilies\";s:7:\"Smilies\";s:13:\"smilies_are_x\";s:68:\"<a href=\"%1$s\" target=\"_blank\">Smilies</a> are <strong>%2$s</strong>\";s:10:\"start_date\";s:10:\"Start Date\";s:13:\"sticky_thread\";s:13:\"Sticky Thread\";s:20:\"sticky_thread_prefix\";s:8:\"Sticky: \";s:9:\"subforums\";s:10:\"Sub-Forums\";s:7:\"subject\";s:7:\"Subject\";s:6:\"submit\";s:6:\"Submit\";s:11:\"submit_note\";s:11:\"Submit Note\";s:18:\"subscribe_to_forum\";s:18:\"Subscribe to Forum\";s:19:\"subscribe_to_thread\";s:19:\"Subscribe to Thread\";s:18:\"subscribed_threads\";s:18:\"Subscribed Threads\";s:28:\"subscribed_threads_in_folder\";s:28:\"Subscribed Threads in Folder\";s:12:\"subscription\";s:12:\"Subscription\";s:18:\"subscription_title\";s:18:\"Subscription Title\";s:13:\"subscriptions\";s:13:\"Subscriptions\";s:29:\"sum_of_attachments_owned_by_x\";s:36:\"Sum of all attachments owned by %1$s\";s:6:\"sunday\";s:6:\"Sunday\";s:24:\"sure_you_want_to_log_out\";s:33:\"Are you sure you want to log out?\";s:26:\"text_editor_control_styles\";s:26:\"Text Editor Control Styles\";s:56:\"there_are_no_outstanding_requests_to_join_this_usergroup\";s:57:\"There are no outstanding requests to join this usergroup.\";s:32:\"there_is_already_setting_named_x\";s:77:\"There is already a setting named %1$s. You may not create duplicate settings.\";s:19:\"this_poll_is_closed\";s:19:\"This poll is closed\";s:30:\"this_poll_will_close_on_x_at_y\";s:70:\"This poll will close on <strong>%1$s</strong> at <strong>%2$s</strong>\";s:6:\"thread\";s:6:\"Thread\";s:19:\"thread_deleted_by_x\";s:41:\"Thread deleted by <a href=\"%1$s\">%2$s</a>\";s:31:\"thread_rating_x_votes_y_average\";s:40:\"Thread Rating: %1$s votes, %2$s average.\";s:14:\"thread_starter\";s:14:\"Thread Starter\";s:7:\"threads\";s:7:\"Threads\";s:8:\"thursday\";s:8:\"Thursday\";s:4:\"time\";s:4:\"Time\";s:8:\"timezone\";s:8:\"Timezone\";s:5:\"title\";s:5:\"Title\";s:19:\"to_add_a_new_folder\";s:109:\"To <strong>add</strong> a new folder, enter the name of the new folder in one of the empty boxes in the list.\";s:29:\"to_delete_user_note_check_box\";s:91:\"To delete this user note, check the box below and then click the \'Delete this Note\' button.\";s:18:\"to_rename_a_folder\";s:72:\"To <strong>rename</strong> a folder, edit the folder\'s name in the list.\";s:5:\"today\";s:5:\"Today\";s:16:\"todays_birthdays\";s:17:\"Today\'s Birthdays\";s:13:\"todays_events\";s:14:\"Today\'s Events\";s:12:\"todays_posts\";s:13:\"Today\'s Posts\";s:3:\"top\";s:3:\"Top\";s:5:\"total\";s:5:\"Total\";s:13:\"total_posts_x\";s:17:\"Total Posts: %1$s\";s:11:\"total_x_nav\";s:10:\"Total %1$s\";s:14:\"track_messages\";s:14:\"Track Messages\";s:7:\"tuesday\";s:7:\"Tuesday\";s:11:\"unread_date\";s:6:\"Unread\";s:12:\"unread_x_nav\";s:11:\"Unread %1$s\";s:12:\"unregistered\";s:12:\"Unregistered\";s:11:\"unsubscribe\";s:11:\"Unsubscribe\";s:27:\"unsubscribe_from_this_forum\";s:27:\"Unsubscribe from this Forum\";s:35:\"upcoming_events_for_the_next_x_days\";s:40:\"Upcoming Events for the Next %1$s Day(s)\";s:24:\"update_subscription_type\";s:24:\"Update Subscription Type\";s:20:\"updating_post_counts\";s:20:\"Updating Post Counts\";s:6:\"upload\";s:6:\"Upload\";s:13:\"upload_errors\";s:13:\"Upload Errors\";s:4:\"user\";s:4:\"User\";s:18:\"user_control_panel\";s:18:\"User Control Panel\";s:7:\"user_cp\";s:7:\"User CP\";s:9:\"user_name\";s:9:\"User Name\";s:16:\"user_notes_for_x\";s:19:\"User Notes for %1$s\";s:9:\"usergroup\";s:9:\"Usergroup\";s:10:\"usergroups\";s:10:\"Usergroups\";s:6:\"userid\";s:6:\"Userid\";s:8:\"username\";s:9:\"User Name\";s:21:\"valid_file_extensions\";s:21:\"Valid file extensions\";s:12:\"vb_code_is_x\";s:67:\"<a href=\"%1$s\" target=\"_blank\">vB code</a> is <strong>%2$s</strong>\";s:19:\"vbulletin_copyright\";s:73:\"vBulletin&reg; v%1$s, Copyright &copy;2000-%2$s, Jelsoft Enterprises Ltd.\";s:17:\"vbulletin_message\";s:7:\"Message\";s:4:\"view\";s:4:\"View\";s:22:\"view_all_announcements\";s:22:\"View All Announcements\";s:27:\"view_all_subscribed_threads\";s:27:\"View all Subscribed Threads\";s:17:\"view_announcement\";s:17:\"View Announcement\";s:14:\"view_birthdays\";s:14:\"View Birthdays\";s:18:\"view_forum_leaders\";s:18:\"View Forum Leaders\";s:17:\"view_poll_results\";s:17:\"View Poll Results\";s:9:\"view_post\";s:9:\"View Post\";s:12:\"view_profile\";s:12:\"View Profile\";s:16:\"view_whos_online\";s:17:\"View Who\'s Online\";s:5:\"views\";s:5:\"Views\";s:8:\"vote_now\";s:8:\"Vote Now\";s:6:\"voters\";s:6:\"Voters\";s:5:\"votes\";s:5:\"Votes\";s:9:\"wednesday\";s:9:\"Wednesday\";s:4:\"week\";s:4:\"Week\";s:25:\"weekly_email_notification\";s:25:\"Weekly email notification\";s:23:\"weekly_updates_by_email\";s:23:\"Weekly updates by email\";s:5:\"weeks\";s:5:\"Weeks\";s:30:\"welcome_to_our_newest_member_x\";s:68:\"Welcome to our newest member, <a href=\"%1$s\" rel=\"nofollow\">%2$s</a>\";s:16:\"welcome_to_the_x\";s:20:\"Welcome to the %1$s.\";s:9:\"welcome_x\";s:14:\"Welcome, %1$s.\";s:14:\"whats_going_on\";s:16:\"What\'s Going On?\";s:10:\"who_posted\";s:11:\"Who Posted?\";s:11:\"whos_online\";s:12:\"Who\'s Online\";s:26:\"window_open_failed_blocker\";s:77:\"Unable to open a new browser window,\\n This might be due to a \'popup blocker\'\";s:22:\"within_the_last_x_days\";s:25:\"Within the Last %1$s Days\";s:13:\"x_attachments\";s:18:\"%1$s Attachment(s)\";s:10:\"x_days_ago\";s:13:\"%1$s Days Ago\";s:25:\"x_does_not_have_any_notes\";s:39:\"%1$s does not currently have any notes.\";s:11:\"x_downloads\";s:14:\"%1$s Downloads\";s:11:\"x_hours_ago\";s:14:\"%1$s Hours Ago\";s:14:\"x_is_invisible\";s:17:\"%1$s is invisible\";s:12:\"x_is_offline\";s:15:\"%1$s is offline\";s:24:\"x_is_on_your_ignore_list\";s:80:\"<strong>%1$s</strong> is on your <a href=\"%2$s\" target=\"_blank\">ignore list</a>.\";s:15:\"x_is_online_now\";s:18:\"%1$s is online now\";s:6:\"x_is_y\";s:12:\"%1$s is %2$s\";s:8:\"x_mailer\";s:4:\"%1$s\";s:22:\"x_members_and_y_guests\";s:28:\"%1$s members and %2$s guests\";s:13:\"x_minutes_ago\";s:16:\"%1$s Minutes Ago\";s:22:\"x_powered_by_vbulletin\";s:4:\"%1$s\";s:12:\"x_statistics\";s:15:\"%1$s Statistics\";s:9:\"x_viewing\";s:12:\"%1$s Viewing\";s:11:\"x_weeks_ago\";s:14:\"%1$s Weeks Ago\";s:12:\"x_y_requests\";s:20:\"%1$s (%2$s requests)\";s:4:\"year\";s:4:\"Year\";s:5:\"years\";s:5:\"Years\";s:3:\"yes\";s:3:\"Yes\";s:9:\"yesterday\";s:9:\"Yesterday\";s:33:\"you_are_subscribed_to_this_thread\";s:33:\"You are subscribed to this thread\";s:35:\"you_have_already_voted_on_this_poll\";s:35:\"You have already voted on this poll\";s:29:\"you_may_not_vote_on_this_poll\";s:29:\"You may not vote on this poll\";s:36:\"you_may_only_attach_x_files_per_post\";s:45:\"You may only attach up to %1$s files per post\";s:25:\"you_may_x_edit_your_posts\";s:45:\"You <strong>may %1$s</strong> edit your posts\";s:26:\"you_may_x_post_attachments\";s:46:\"You <strong>may %1$s</strong> post attachments\";s:26:\"you_may_x_post_new_threads\";s:46:\"You <strong>may %1$s</strong> post new threads\";s:22:\"you_may_x_post_replies\";s:42:\"You <strong>may %1$s</strong> post replies\";s:12:\"your_folders\";s:12:\"Your Folders\";s:21:\"your_pm_box_is_x_full\";s:27:\"Your PM box is %1$s%% full.\";s:13:\"your_username\";s:13:\"Your Username\";}','a:170:{s:12:\"access_masks\";s:12:\"Access Masks\";s:3:\"add\";s:3:\"Add\";s:16:\"add_new_rss_feed\";s:16:\"Add New RSS Feed\";s:21:\"additional_usergroups\";s:21:\"Additional Usergroups\";s:19:\"admin_control_panel\";s:19:\"Admin Control Panel\";s:25:\"administrator_permissions\";s:25:\"Administrator Permissions\";s:11:\"all_default\";s:11:\"All Default\";s:6:\"all_no\";s:6:\"All No\";s:14:\"all_usergroups\";s:14:\"All Usergroups\";s:9:\"all_users\";s:9:\"All Users\";s:7:\"all_yes\";s:7:\"All Yes\";s:20:\"allow_user_selection\";s:20:\"Allow User Selection\";s:20:\"announcement_manager\";s:20:\"Announcement Manager\";s:13:\"announcements\";s:13:\"Announcements\";s:42:\"are_you_sure_want_to_delete_announcement_x\";s:167:\"Are you <b>sure</b> you want to delete the announcement called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:9:\"ascending\";s:9:\"Ascending\";s:7:\"avatars\";s:7:\"Avatars\";s:12:\"banned_users\";s:12:\"Banned Users\";s:9:\"check_all\";s:9:\"Check All\";s:10:\"child_of_x\";s:13:\"Child of %1$s\";s:31:\"click_for_help_on_these_options\";s:31:\"Click for help on these options\";s:29:\"click_for_help_on_this_option\";s:29:\"Click for help on this option\";s:33:\"click_here_to_continue_processing\";s:37:\"Click here to continue processing ...\";s:5:\"close\";s:5:\"Close\";s:9:\"color_key\";s:9:\"Color Key\";s:9:\"completed\";s:9:\"Completed\";s:16:\"confirm_deletion\";s:16:\"Confirm Deletion\";s:18:\"confirm_deletion_x\";s:50:\"Confirm Deletion: <span class=\"normal\">%1$s</span>\";s:8:\"continue\";s:8:\"Continue\";s:17:\"control_panel_log\";s:17:\"Control Panel Log\";s:8:\"controls\";s:8:\"Controls\";s:54:\"customized_using_custom_permissions_for_this_usergroup\";s:62:\"<b>Customised:</b> Using custom permissions for this usergroup\";s:20:\"data_validation_type\";s:20:\"Data Validation Type\";s:15:\"database_backup\";s:15:\"Database Backup\";s:16:\"default_view_age\";s:69:\"Default View Age <dfn>(Default date cut-off for thread display)</dfn>\";s:10:\"delete_all\";s:10:\"Delete All\";s:16:\"delete_moderator\";s:16:\"Delete Moderator\";s:10:\"descending\";s:10:\"Descending\";s:11:\"description\";s:11:\"Description\";s:17:\"developer_options\";s:17:\"Developer Options\";s:11:\"diagnostics\";s:11:\"Diagnostics\";s:7:\"disable\";s:7:\"Disable\";s:13:\"display_order\";s:13:\"Display Order\";s:8:\"download\";s:8:\"Download\";s:9:\"edit_text\";s:9:\"Edit Text\";s:6:\"either\";s:6:\"Either\";s:6:\"enable\";s:6:\"Enable\";s:23:\"enable_disable_features\";s:25:\"Enable / Disable Features\";s:7:\"enabled\";s:7:\"Enabled\";s:8:\"end_date\";s:8:\"End Date\";s:5:\"error\";s:5:\"Error\";s:11:\"exact_match\";s:11:\"Exact Match\";s:17:\"execute_sql_query\";s:17:\"Execute SQL Query\";s:10:\"expand_all\";s:10:\"Expand All\";s:14:\"field_required\";s:14:\"Field Required\";s:8:\"filename\";s:8:\"Filename\";s:4:\"find\";s:4:\"Find\";s:32:\"find_all_threads_older_than_days\";s:34:\"Find All Threads Older Than X Days\";s:18:\"forum_and_children\";s:47:\"Forum <dfn>(Also applies to child forums)</dfn>\";s:21:\"generate_mailing_list\";s:21:\"Generate Mailing List\";s:20:\"global_announcements\";s:20:\"Global Announcements\";s:4:\"help\";s:4:\"Help\";s:54:\"here_you_may_edit_forum_access_on_a_user_by_user_basis\";s:561:\"Here you may edit forum access on a user-by-user basis.<br /><br />Selecting \"Yes\" will allow the user access to the forum. Selecting \"No\" will deny the user access to the forum. Any changes made to one user\'s account will override the default permission settings in their usergroup.<br /><br />Selecting \"Default\" will revert the user to the default permissions settings for their usergroup.<br /><br />(Please note that the permission inheritance system still works here.)<br /><br />(Ensure that you have access masks enabled before attempting to use these!)\";s:9:\"home_page\";s:9:\"Home Page\";s:9:\"host_name\";s:9:\"Host Name\";s:4:\"hour\";s:4:\"Hour\";s:17:\"html_content_type\";s:17:\"HTML Content Type\";s:6:\"hybrid\";s:6:\"Hybrid\";s:52:\"if_you_are_not_automatically_redirected_click_here_x\";s:78:\"If you are not automatically redirected, please <a href=\"%1$s\">click here</a>.\";s:27:\"if_you_change_display_order\";s:131:\"If you change the display orders, please be sure to submit the form using the \'Save Display Order\' button at the bottom of the page\";s:5:\"image\";s:5:\"Image\";s:6:\"import\";s:6:\"Import\";s:15:\"import_xml_file\";s:46:\"<b>OR</b> import the XML file from your server\";s:23:\"invalid_forum_parenting\";s:57:\"Invalid forum parenting setup. Contact vBulletin support.\";s:8:\"language\";s:8:\"Language\";s:14:\"large_edit_box\";s:14:\"Large Edit Box\";s:35:\"logged_in_user_x_executed_y_queries\";s:44:\"Logged-in user: %1$s; Executed %2$s queries.\";s:4:\"logs\";s:4:\"Logs\";s:11:\"maintenance\";s:11:\"Maintenance\";s:9:\"mass_move\";s:9:\"Mass Move\";s:32:\"max_length_of_allowed_user_input\";s:32:\"Max length of allowed user input\";s:15:\"maximum_chars_x\";s:19:\"Maximum Chars: %1$s\";s:13:\"minimum_posts\";s:13:\"Minimum Posts\";s:6:\"minute\";s:6:\"Minute\";s:10:\"moderation\";s:10:\"Moderation\";s:13:\"moderator_log\";s:13:\"Moderator Log\";s:18:\"moderator_username\";s:18:\"Moderator Username\";s:6:\"modify\";s:6:\"Modify\";s:4:\"move\";s:4:\"Move\";s:3:\"new\";s:3:\"New\";s:40:\"no_file_uploaded_and_no_local_file_found\";s:46:\"No file uploaded and no local file found. %1$s\";s:6:\"no_one\";s:6:\"No one\";s:10:\"no_posting\";s:10:\"No Posting\";s:8:\"order_by\";s:8:\"Order By\";s:13:\"order_by_date\";s:13:\"Order By Date\";s:17:\"order_by_username\";s:18:\"Order By User Name\";s:4:\"page\";s:4:\"Page\";s:12:\"parent_forum\";s:12:\"Parent Forum\";s:12:\"parent_style\";s:12:\"Parent Style\";s:9:\"permanent\";s:9:\"Permanent\";s:11:\"phrase_type\";s:11:\"Phrase Type\";s:7:\"phrases\";s:7:\"Phrases\";s:11:\"please_wait\";s:14:\"Please Wait...\";s:17:\"primary_usergroup\";s:17:\"Primary Usergroup\";s:27:\"processing_complete_proceed\";s:29:\"Processing Complete - Proceed\";s:12:\"processing_x\";s:16:\"Processing: %1$s\";s:7:\"product\";s:7:\"Product\";s:10:\"promotions\";s:10:\"Promotions\";s:5:\"prune\";s:5:\"Prune\";s:8:\"question\";s:8:\"Question\";s:12:\"quick_search\";s:12:\"Quick Search\";s:25:\"rebuild_style_information\";s:25:\"Rebuild Style Information\";s:8:\"reminder\";s:8:\"Reminder\";s:14:\"repeat_process\";s:14:\"Repeat Process\";s:17:\"replace_with_text\";s:17:\"Replace with Text\";s:16:\"reputation_level\";s:16:\"Reputation Level\";s:7:\"restart\";s:7:\"Restart\";s:7:\"results\";s:7:\"Results\";s:6:\"revert\";s:6:\"Revert\";s:16:\"rss_feed_manager\";s:16:\"RSS Feed Manager\";s:18:\"save_display_order\";s:18:\"Save Display Order\";s:19:\"save_enabled_status\";s:19:\"Save Enabled Status\";s:30:\"save_open_groups_automatically\";s:30:\"Save open groups automatically\";s:10:\"save_prefs\";s:10:\"Save Prefs\";s:18:\"scheduled_task_log\";s:18:\"Scheduled Task Log\";s:6:\"script\";s:6:\"Script\";s:15:\"search_for_text\";s:15:\"Search for Text\";s:11:\"search_in_x\";s:14:\"Search in %1$s\";s:11:\"search_type\";s:11:\"Search Type\";s:12:\"select_forum\";s:12:\"Select Forum\";s:11:\"set_default\";s:11:\"Set Default\";s:13:\"setting_group\";s:13:\"Setting Group\";s:16:\"settings_to_edit\";s:107:\"Settings to Edit <dfn>Select the settings type you want to edit and click the \"Edit Settings\" button.</dfn>\";s:44:\"standard_using_default_usergroup_permissions\";s:52:\"<b>Standard:</b> Using default usergroup permissions\";s:10:\"statistics\";s:10:\"Statistics\";s:6:\"status\";s:6:\"Status\";s:5:\"style\";s:5:\"Style\";s:6:\"styles\";s:6:\"Styles\";s:8:\"stylevar\";s:8:\"Stylevar\";s:9:\"stylevars\";s:9:\"StyleVars\";s:6:\"submit\";s:6:\"Submit\";s:5:\"table\";s:5:\"Table\";s:9:\"templates\";s:9:\"Templates\";s:4:\"text\";s:4:\"Text\";s:9:\"thumbnail\";s:9:\"Thumbnail\";s:4:\"time\";s:4:\"Time\";s:23:\"to_continue_this_action\";s:80:\"To continue this action, login using the admin account that intiated the action.\";s:12:\"translations\";s:12:\"Translations\";s:13:\"unknown_error\";s:13:\"Unknown Error\";s:6:\"update\";s:6:\"Update\";s:16:\"updated_x_styles\";s:21:\"Updated %1$s style(s)\";s:15:\"upload_xml_file\";s:52:\"<b>EITHER</b> upload the XML file from your computer\";s:18:\"user_profile_field\";s:18:\"User Profile Field\";s:19:\"user_profile_fields\";s:19:\"User Profile Fields\";s:9:\"user_rank\";s:9:\"User Rank\";s:17:\"usergroup_options\";s:17:\"Usergroup Options\";s:5:\"users\";s:5:\"Users\";s:7:\"varname\";s:7:\"Varname\";s:17:\"vbulletin_default\";s:66:\"vBulletin Default <dfn>(Will be replaced by upgrade scripts)</dfn>\";s:17:\"vbulletin_options\";s:17:\"vBulletin Options\";s:24:\"view_reputation_comments\";s:24:\"View Reputation Comments\";s:9:\"who_voted\";s:9:\"Who Voted\";s:49:\"x_enter_the_options_that_the_user_can_choose_from\";s:120:\"%1$s<dfn>Enter the options that the user can choose from.  Separate each option with a new-line (carriage return).</dfn>\";s:21:\"x_from_the_calendar_y\";s:34:\"%1$s</i> from the calendar <i>%2$s\";s:18:\"x_from_the_forum_y\";s:31:\"%1$s</i> from the forum <i>%2$s\";s:6:\"x_to_y\";s:12:\"%1$s to %2$s\";s:13:\"x_translation\";s:16:\"%1$s Translation\";s:8:\"x_y_id_z\";s:49:\"%1$s: <span class=\"normal\">%2$s (id: %3$s)</span>\";s:36:\"you_did_not_specify_a_file_to_upload\";s:141:\"You did not specify a file to upload, so vBulletin will attempt to import the file\\n\\n%1$s\\n\\nfrom the server\'s file system.\\n\\nAre you sure?\";s:22:\"zero_equals_no_display\";s:35:\"Set to \'0\' to not display this item\";}','a:214:{s:20:\"additional_functions\";s:20:\"Additional Functions\";s:13:\"administrator\";s:13:\"Administrator\";s:33:\"administrator_permissions_manager\";s:33:\"Administrator Permissions Manager\";s:18:\"allow_bbcode_align\";s:76:\"<span title=\"[LEFT] [CENTER] [RIGHT] [INDENT]\">Allow Alignment BBCode</span>\";s:18:\"allow_bbcode_basic\";s:51:\"<span title=\"[B] [I] [U]\">Allow Basic BBCode</span>\";s:17:\"allow_bbcode_code\";s:45:\"<span title=\"[CODE]\">Allow Code BBCode</span>\";s:18:\"allow_bbcode_color\";s:47:\"<span title=\"[COLOR]\">Allow Color BBCode</span>\";s:17:\"allow_bbcode_font\";s:45:\"<span title=\"[FONT]\">Allow Font BBCode</span>\";s:17:\"allow_bbcode_html\";s:45:\"<span title=\"[HTML]\">Allow HTML BBCode</span>\";s:17:\"allow_bbcode_link\";s:68:\"<span title=\"[URL] [EMAIL] [THREAD] [POST]\">Allow Link BBCode</span>\";s:17:\"allow_bbcode_list\";s:45:\"<span title=\"[LIST]\">Allow List BBCode</span>\";s:16:\"allow_bbcode_php\";s:43:\"<span title=\"[PHP]\">Allow PHP BBCode</span>\";s:18:\"allow_bbcode_quote\";s:47:\"<span title=\"[QUOTE]\">Allow Quote BBCode</span>\";s:17:\"allow_bbcode_size\";s:45:\"<span title=\"[SIZE]\">Allow Size BBCode</span>\";s:19:\"allow_member_groups\";s:157:\"Allow Users to have Member Groups <dfn>(Sets whether or not permissions from the user\'s member (secondary) user group memberships are inherited or not)</dfn>\";s:26:\"apply_permissions_to_forum\";s:59:\"Apply Permissions to Forum <dfn>(Includes Sub-Forums)</dfn>\";s:30:\"apply_permissions_to_usergroup\";s:31:\"Apply Permissions to Usergroups\";s:22:\"attachment_permissions\";s:22:\"Attachment Permissions\";s:18:\"birthdays_viewable\";s:139:\"Birthdays Viewable <dfn>(Sets whether or not the birthdays of users in this group are displayed on the calendar and forum home pages)</dfn>\";s:20:\"calendar_permissions\";s:20:\"Calendar Permissions\";s:28:\"calendar_permissions_manager\";s:28:\"Calendar Permissions Manager\";s:24:\"can_access_control_panel\";s:43:\"Can Access Control Panel (is Administrator)\";s:22:\"can_administer_bbcodes\";s:23:\"Can Administer BB Codes\";s:24:\"can_administer_calendars\";s:24:\"Can Administer Calendars\";s:19:\"can_administer_cron\";s:19:\"Can Administer CRON\";s:18:\"can_administer_faq\";s:19:\"Can Administer FAQs\";s:21:\"can_administer_forums\";s:21:\"Can Administer Forums\";s:21:\"can_administer_images\";s:40:\"Can Administer Avatars / Icons / Smilies\";s:24:\"can_administer_languages\";s:24:\"Can Administer Languages\";s:22:\"can_administer_plugins\";s:22:\"Can Administer Plugins\";s:23:\"can_administer_settings\";s:23:\"Can Administer Settings\";s:21:\"can_administer_styles\";s:21:\"Can Administer Styles\";s:22:\"can_administer_threads\";s:22:\"Can Administer Threads\";s:31:\"can_administer_user_permissions\";s:31:\"Can Administer User Permissions\";s:20:\"can_administer_users\";s:20:\"Can Administer Users\";s:13:\"can_ban_users\";s:13:\"Can Ban Users\";s:17:\"can_delete_events\";s:17:\"Can Delete Events\";s:21:\"can_delete_own_events\";s:21:\"Can Delete Own Events\";s:20:\"can_delete_own_posts\";s:20:\"Can Delete Own Posts\";s:22:\"can_delete_own_threads\";s:22:\"Can Delete Own Threads\";s:16:\"can_delete_posts\";s:16:\"Can Delete Posts\";s:19:\"can_deny_pm_receipt\";s:45:\"Can Deny Private Message Read Receipt Request\";s:24:\"can_download_attachments\";s:24:\"Can Download Attachments\";s:15:\"can_edit_events\";s:15:\"Can Edit Events\";s:19:\"can_edit_own_events\";s:19:\"Can Edit Own Events\";s:18:\"can_edit_own_posts\";s:18:\"Can Edit Own Posts\";s:20:\"can_edit_own_profile\";s:20:\"Can Edit Own Profile\";s:23:\"can_edit_own_user_notes\";s:156:\"Can Manage Own User Notes<dfn>Notes that this user has posted, for self or others. This will override the above <i>manage</i> permissions, if enabled.</dfn>\";s:14:\"can_edit_polls\";s:14:\"Can Edit Polls\";s:14:\"can_edit_posts\";s:14:\"Can Edit Posts\";s:16:\"can_edit_threads\";s:16:\"Can Edit Threads\";s:21:\"can_edit_user_avatars\";s:21:\"Can Edit User Avatars\";s:30:\"can_edit_user_profile_pictures\";s:30:\"Can Edit User Profile Pictures\";s:33:\"can_edit_user_reputation_comments\";s:33:\"Can Edit User Reputation Comments\";s:24:\"can_edit_user_signatures\";s:24:\"Can Edit User Signatures\";s:17:\"can_email_members\";s:17:\"Can Email Members\";s:30:\"can_give_arbitrary_infractions\";s:36:\"Can Give Arbitrary Value Infractions\";s:20:\"can_give_infractions\";s:30:\"Can Give Infractions to Others\";s:19:\"can_hide_reputation\";s:31:\"Can Hide Reputation from Others\";s:16:\"can_ignore_quota\";s:16:\"Can Ignore Quota\";s:29:\"can_leave_negative_reputation\";s:29:\"Can Leave Negative Reputation\";s:28:\"can_manage_others_user_notes\";s:34:\"Can Manage User Notes About Others\";s:25:\"can_manage_own_user_notes\";s:32:\"Can Manage User Notes About Self\";s:18:\"can_manage_threads\";s:18:\"Can Manage Threads\";s:21:\"can_mass_move_threads\";s:21:\"Can Mass-Move Threads\";s:22:\"can_mass_prune_threads\";s:22:\"Can Mass-Prune Threads\";s:24:\"can_moderate_attachments\";s:24:\"Can Moderate Attachments\";s:19:\"can_moderate_events\";s:19:\"Can Moderate Events\";s:18:\"can_moderate_posts\";s:18:\"Can Moderate Posts\";s:15:\"can_move_events\";s:15:\"Can Move Events\";s:20:\"can_move_own_threads\";s:20:\"Can Move Own Threads\";s:26:\"can_open_close_own_threads\";s:28:\"Can Open / Close Own Threads\";s:22:\"can_open_close_threads\";s:24:\"Can Open / Close Threads\";s:32:\"can_override_primary_group_title\";s:39:\"Can override primary group title/markup\";s:27:\"can_physically_delete_posts\";s:86:\"Can Physically Delete Posts <dfn>(Completely removes the post from the database)</dfn>\";s:22:\"can_post_announcements\";s:22:\"Can Post Announcements\";s:20:\"can_post_attachments\";s:20:\"Can Post Attachments\";s:15:\"can_post_events\";s:15:\"Can Post Events\";s:14:\"can_post_polls\";s:14:\"Can Post Polls\";s:16:\"can_post_threads\";s:16:\"Can Post Threads\";s:32:\"can_post_user_notes_about_others\";s:32:\"Can Post User Notes About Others\";s:30:\"can_post_user_notes_about_self\";s:30:\"Can Post User Notes About Self\";s:16:\"can_rate_threads\";s:16:\"Can Rate Threads\";s:27:\"can_reply_to_others_threads\";s:28:\"Can Reply to Others\' Threads\";s:24:\"can_reply_to_own_threads\";s:24:\"Can Reply to Own Threads\";s:24:\"can_restore_banned_users\";s:24:\"Can Restore Banned Users\";s:23:\"can_reverse_infractions\";s:23:\"Can Reverse Infractions\";s:19:\"can_run_maintenance\";s:25:\"Can Run Maintenance Tools\";s:16:\"can_run_upgrades\";s:23:\"Can Run Upgrade Scripts\";s:16:\"can_search_forum\";s:16:\"Can Search Forum\";s:17:\"can_search_forums\";s:17:\"Can Search Forums\";s:24:\"can_see_deletion_notices\";s:24:\"Can See Deletion Notices\";s:23:\"can_see_invisible_users\";s:60:\"Can \'See\' Users Who Have Chosen to be Invisible While Online\";s:31:\"can_see_others_infraction_level\";s:32:\"Can See Others\' Infraction Level\";s:27:\"can_see_rep_left_for_others\";s:34:\"Can See Reputation Left for Others\";s:29:\"can_see_who_left_user_ratings\";s:29:\"Can See Who Left User Ratings\";s:22:\"can_set_forum_password\";s:22:\"Can Set Forum Password\";s:22:\"can_set_self_invisible\";s:30:\"Can Set Self to Invisible Mode\";s:26:\"can_upload_ani_gif_sig_img\";s:37:\"Can Upload Animated GIF for Signature\";s:26:\"can_upload_animated_avatar\";s:26:\"Can Upload Animated Avatar\";s:35:\"can_upload_animated_profile_picture\";s:35:\"Can Upload Animated Profile Picture\";s:22:\"can_upload_attachments\";s:22:\"Can Upload Attachments\";s:25:\"can_upload_custom_avatars\";s:25:\"Can Upload Custom Avatars\";s:27:\"can_upload_profile_pictures\";s:27:\"Can Upload Profile Pictures\";s:18:\"can_upload_sig_img\";s:31:\"Can Upload Images for Signature\";s:22:\"can_use_boolean_search\";s:80:\"Can Use Boolean Search<dfn>(Only applies if Fulltext searching is enabled)</dfn>\";s:20:\"can_use_custom_title\";s:20:\"Can Use Custom Title\";s:23:\"can_use_email_to_friend\";s:23:\"Can Use Email to Friend\";s:24:\"can_use_message_tracking\";s:24:\"Can Use Message Tracking\";s:18:\"can_use_reputation\";s:18:\"Can Use Reputation\";s:18:\"can_use_signatures\";s:18:\"Can Use Signatures\";s:20:\"can_view_attachments\";s:20:\"Can View Attachments\";s:17:\"can_view_calendar\";s:17:\"Can View Calendar\";s:14:\"can_view_forum\";s:14:\"Can View Forum\";s:29:\"can_view_hidden_custom_fields\";s:30:\"Can View Private Custom Fields\";s:21:\"can_view_ip_addresses\";s:21:\"Can View IP Addresses\";s:20:\"can_view_member_info\";s:20:\"Can View Member Info\";s:22:\"can_view_others_events\";s:23:\"Can View Others\' Events\";s:32:\"can_view_others_profile_pictures\";s:33:\"Can View Others\' Profile Pictures\";s:23:\"can_view_others_threads\";s:24:\"Can View Others\' Threads\";s:26:\"can_view_others_user_notes\";s:32:\"Can View User Notes About Others\";s:23:\"can_view_own_user_notes\";s:30:\"Can View User Notes About Self\";s:16:\"can_view_threads\";s:23:\"Can View Thread Content\";s:22:\"can_view_whole_profile\";s:42:\"Can View Whole User Profile (but not edit)\";s:20:\"can_view_whos_online\";s:21:\"Can View Who\'s Online\";s:28:\"can_view_wol_actual_location\";s:48:\"Can view actual location of user (filepath/url).\";s:25:\"can_view_wol_bad_location\";s:80:\"Can View Detailed Location Info of Users Who Visit Bad / No Permission Locations\";s:28:\"can_view_wol_detail_location\";s:41:\"Can View Detailed Location Info for Users\";s:17:\"can_vote_on_polls\";s:17:\"Can Vote on Polls\";s:26:\"control_panel_style_choice\";s:26:\"Control Panel Style Choice\";s:27:\"copy_permissions_from_forum\";s:75:\"Copy Permissions from Forum <dfn>(Does <b>not</b> include sub-forums)</dfn>\";s:27:\"copy_permissions_from_group\";s:32:\"Copy Permissions from User Group\";s:26:\"copy_permissions_to_forums\";s:26:\"Copy Permissions to Forums\";s:26:\"copy_permissions_to_groups\";s:31:\"Copy Permissions to User Groups\";s:26:\"custom_avatar_max_filesize\";s:66:\"Custom Avatar Maximum File Size (bytes)<dfn>1KB = 1024 bytes</dfn>\";s:24:\"custom_avatar_max_height\";s:37:\"Custom Avatar Maximum Height (pixels)\";s:23:\"custom_avatar_max_width\";s:36:\"Custom Avatar Maximum Width (pixels)\";s:27:\"custom_calendar_permissions\";s:27:\"Custom Calendar Permissions\";s:54:\"customized_using_custom_permissions_for_this_usergroup\";s:62:\"<b>Customized:</b> Using custom permissions for this usergroup\";s:25:\"default_forum_permissions\";s:25:\"Default Forum Permissions\";s:27:\"delete_selected_permissions\";s:27:\"Delete Selected Permissions\";s:8:\"deny_all\";s:8:\"Deny All\";s:23:\"dismissed_news_item_ids\";s:33:\"Dismissed vBulletin News Item IDs\";s:22:\"edit_forum_permissions\";s:22:\"Edit Forum Permissions\";s:49:\"edit_forum_permissions_for_usergroup_x_in_forum_y\";s:70:\"Edit Forum Permissions For Usergroup: </b>%1$s<b> in Forum </b>%2$s<b>\";s:16:\"edit_permissions\";s:16:\"Edit Permissions\";s:22:\"events_are_unmoderated\";s:31:\"Posted Events are Not Moderated\";s:29:\"follow_forum_moderation_rules\";s:92:\"Follow Forum Moderation Rules<dfn>If no, posts are always placed into moderation queue</dfn>\";s:33:\"forum_based_permission_duplicator\";s:33:\"Forum-Based Permission Duplicator\";s:17:\"forum_permissions\";s:17:\"Forum Permissions\";s:25:\"forum_permissions_manager\";s:25:\"Forum Permissions Manager\";s:27:\"forum_searching_permissions\";s:27:\"Forum Searching Permissions\";s:25:\"forum_viewing_permissions\";s:25:\"Forum Viewing Permissions\";s:19:\"general_permissions\";s:19:\"General Permissions\";s:32:\"give_admin_access_arbitrary_html\";s:164:\"Giving a user administrative access will allow him or her to create announcements which may contain arbitrary HTML. Only grant this access if you trust this person.\";s:64:\"inherited_using_custom_permissions_inherited_from_a_parent_forum\";s:72:\"<b>Inherited:</b> Using custom permissions inherited from a parent forum\";s:15:\"is_banned_group\";s:270:\"This Usergroup is not a \'Banned\' Group <dfn>(Setting this to no will cause the group to be treated as a banned group, this will prevent the sending of email notifications, show a banned error message on the permission error pages and other unspecified behaviours.)</dfn>\";s:18:\"is_super_moderator\";s:44:\"Can Moderate All Forums (is Super Moderator)\";s:36:\"making_x_a_member_of_the_usergroup_y\";s:43:\"Making %1$s a member of the usergroup %2$s.\";s:30:\"maximum_recipients_to_send_pms\";s:122:\"Maximum Recipients to Send PMs at a time:<dfn>Do not set this too high for performance reasons (set to 0 to disable)</dfn>\";s:23:\"maximum_stored_messages\";s:124:\"Maximum Stored Messages:<dfn>If you set this to 0 users from this usergroup will not be able to use private messaging.</dfn>\";s:30:\"must_enable_custom_permissions\";s:91:\"For this setting to have any effect, custom permissions for this usergroup must be enabled.\";s:34:\"note_groups_marked_with_a_asterisk\";s:153:\"<b>Note</b>: Groups marked with an <b>*</b> can be selected by their members to override the username markup and user title from their primary usergroup.\";s:32:\"only_copy_permissions_from_forum\";s:65:\"Only Copy Permissions from Forum <dfn>(Includes sub-forums)</dfn>\";s:32:\"only_copy_permissions_from_group\";s:37:\"Only Copy Permissions from User Group\";s:14:\"order_by_forum\";s:14:\"Order By Forum\";s:18:\"order_by_usergroup\";s:18:\"Order By Usergroup\";s:25:\"other_users_can_be_posted\";s:41:\"User Notes Can Be Posted About This Group\";s:27:\"overwrite_duplicate_entries\";s:27:\"Overwrite Duplicate Entries\";s:27:\"overwrite_inherited_entries\";s:27:\"Overwrite Inherited Entries\";s:15:\"password_expiry\";s:171:\"Password Expiry <dfn>(If you specify a number of days here, users will be required to change their password when this amount of time elapsed since they last changed)</dfn>\";s:16:\"password_history\";s:243:\"Password History <dfn>(If you specify a number of days here, users will not be allowed to change their password to a value that they have used in the past x days.<br />Note: this setting has no effect if password expiry is set to 0 days)</dfn>\";s:28:\"permission_duplication_tools\";s:28:\"Permission Duplication Tools\";s:27:\"permission_overwrite_notice\";s:106:\"Note: These permissions will overwrite any existing permissions for this forum for the selected usergroups\";s:11:\"permissions\";s:11:\"Permissions\";s:24:\"permissions_quick_editor\";s:24:\"Permissions Quick Editor\";s:29:\"picture_uploading_permissions\";s:29:\"Picture Uploading Permissions\";s:16:\"poll_permissions\";s:16:\"Poll Permissions\";s:16:\"post_permissions\";s:16:\"Post Permissions\";s:23:\"post_thread_permissions\";s:25:\"Post / Thread Permissions\";s:27:\"private_message_permissions\";s:27:\"Private Message Permissions\";s:28:\"profile_picture_max_filesize\";s:68:\"Profile Picture Maximum File Size (bytes)<dfn>1KB = 1024 bytes</dfn>\";s:26:\"profile_picture_max_height\";s:39:\"Profile Picture Maximum Height (pixels)\";s:25:\"profile_picture_max_width\";s:38:\"Profile Picture Maximum Width (pixels)\";s:28:\"quick_forum_permission_setup\";s:28:\"Quick Forum Permission Setup\";s:38:\"show_edited_by_note_on_edited_messages\";s:46:\"Show <i>edited by</i> note on edited messages?\";s:22:\"sig_image_max_filesize\";s:40:\"Signature Image Maximum Filesize (bytes)\";s:20:\"sig_image_max_height\";s:39:\"Signature Image Maximum Height (pixels)\";s:19:\"sig_image_max_width\";s:38:\"Signature Image Maximum Width (pixels)\";s:13:\"sig_max_chars\";s:72:\"Maximum Characters in Signature <strong>Excluding</strong> BBCode Markup\";s:14:\"sig_max_images\";s:37:\"Maximum Number of Images in Signature\";s:13:\"sig_max_lines\";s:26:\"Maximum Lines in Signature\";s:17:\"sig_max_raw_chars\";s:72:\"Maximum Characters in Signature <strong>Including</strong> BBCode Markup\";s:19:\"sig_max_size_bbcode\";s:38:\"Maximum Value of x for [SIZE=x] BBCode\";s:21:\"signature_permissions\";s:21:\"Signature Permissions\";s:26:\"space_in_bytes_attachlimit\";s:107:\"Space (in bytes) that a user\'s total attachment usage may consume <dfn>(Set to 0 to not have a limit)</dfn>\";s:22:\"use_custom_permissions\";s:22:\"Use Custom Permissions\";s:23:\"use_default_permissions\";s:94:\"Use Usergroup Default Permissions (Note: this will delete any previous custom permissions set)\";s:29:\"user_infraction_banning_level\";s:29:\"User Infraction Banning Level\";s:27:\"user_infraction_permissions\";s:27:\"User Infraction Permissions\";s:21:\"user_note_permissions\";s:21:\"User Note Permissions\";s:16:\"user_permissions\";s:16:\"User Permissions\";s:27:\"user_reputation_permissions\";s:27:\"User Reputation Permissions\";s:37:\"usergroup_based_permission_duplicator\";s:38:\"User Group-Based Permission Duplicator\";s:20:\"usergroup_user_title\";s:124:\"User Title <dfn>(Use this to override the default \'ladder\' of <a href=\"usertitle.php\" target=\"_blank\">user titles</a>)</dfn>\";s:15:\"username_markup\";s:266:\"Username HTML Markup <dfn>(Specify an opening and closing HTML tag with which to display the names of users in this group. This applies to names that appear on Logged-in Users, Who\'s Online, Users Browsing Forum, Users Browsing Thread, Posts, Member List etc.)</dfn>\";s:22:\"view_control_panel_log\";s:22:\"View Control Panel Log\";s:22:\"view_forum_permissions\";s:22:\"View Forum Permissions\";s:16:\"view_permissions\";s:16:\"View Permissions\";s:22:\"viewable_on_memberlist\";s:110:\"Viewable on the Memberlist <dfn>(Sets whether or not users in this group will appear on the member list)</dfn>\";s:22:\"viewable_on_showgroups\";s:167:\"Viewable on Show Groups <dfn>(Sets whether or not to show members of this group on the \'<a href=\"../showgroups.php\" target=\"_blank\">View Forum Leaders</a>\' page)</dfn>\";s:23:\"whos_online_permissions\";s:24:\"Who\'s Online Permissions\";s:18:\"x_access_masks_set\";s:23:\"%1$s Access Mask(s) set\";s:40:\"x_is_already_a_member_of_the_usergroup_y\";s:54:\"%1$s is <u>already a member</u> of the usergroup %2$s.\";}','a:69:{s:14:\"access_options\";s:14:\"Access Options\";s:12:\"act_as_forum\";s:52:\"Act as Forum <dfn>(Will act as category if no)</dfn>\";s:16:\"add_announcement\";s:16:\"Add Announcement\";s:15:\"add_child_forum\";s:15:\"Add Child Forum\";s:13:\"add_moderator\";s:13:\"Add Moderator\";s:13:\"add_new_forum\";s:13:\"Add New Forum\";s:11:\"allow_icons\";s:16:\"Allow Post Icons\";s:34:\"allow_thread_ratings_in_this_forum\";s:34:\"Allow Thread Ratings in this Forum\";s:26:\"apply_password_to_children\";s:64:\"Apply This Password to Child Forums <dfn>(Only if changed)</dfn>\";s:35:\"are_you_sure_want_to_delete_forum_x\";s:160:\"Are you <b>sure</b> you want to delete the forum called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:42:\"are_you_sure_you_want_to_delete_this_forum\";s:90:\"Are you sure you want to delete this forum? Note that any sub-forums will also be deleted!\";s:17:\"can_have_password\";s:178:\"Can Have Password <dfn>(Setting this to no will prevent a password from being inherited and from being set by moderators)<br />(Note: You may still set a password manually)</dfn>\";s:8:\"category\";s:8:\"Category\";s:20:\"count_posts_in_forum\";s:55:\"Count Posts Made in this Forum Towards User Post Counts\";s:31:\"create_forum_based_off_of_forum\";s:32:\"Create Forum Based off of Forum:\";s:18:\"custom_forum_style\";s:27:\"Custom Style for this Forum\";s:18:\"default_sort_field\";s:18:\"Default Sort Field\";s:18:\"default_sort_order\";s:18:\"Default Sort Order\";s:12:\"delete_forum\";s:12:\"Delete Forum\";s:23:\"do_not_change_usergroup\";s:23:\"DO NOT CHANGE USERGROUP\";s:18:\"edit_display_order\";s:18:\"Edit Display Order\";s:10:\"edit_forum\";s:10:\"Edit Forum\";s:13:\"edit_password\";s:13:\"Edit Password\";s:26:\"emails_to_notify_when_post\";s:98:\"Email Addresses to Notify When there is a New Post <dfn>(Separate each address with a SPACE)</dfn>\";s:28:\"emails_to_notify_when_thread\";s:100:\"Email Addresses to Notify When there is a New Thread <dfn>(Separate each address with a SPACE)</dfn>\";s:12:\"empty_forums\";s:12:\"Empty Forums\";s:6:\"expand\";s:6:\"Expand\";s:8:\"explicit\";s:8:\"Explicit\";s:15:\"forum_is_active\";s:109:\"Forum is Active <dfn>(Will not appear if set to no, but remains accessible if the forum\'s URL is known)</dfn>\";s:10:\"forum_link\";s:114:\"Forum Link <dfn>(Entering a URL here will cause anyone clicking the forum link to be redirected to that URL)</dfn>\";s:13:\"forum_manager\";s:13:\"Forum Manager\";s:10:\"forum_open\";s:100:\"Forum is Open <dfn>(Set this to \'No\' to prevent any <i>new</i> posts being made in this forum)</dfn>\";s:14:\"forum_password\";s:103:\"Forum Password <dfn>(Optional: This acts in addition to any other permissions set for this forum)</dfn>\";s:45:\"forums_marked_asterisk_are_password_protected\";s:45:\"Forums Marked <b>*</b> are Password-Protected\";s:9:\"image_url\";s:57:\"Image URL<dfn>Minimum 300x300. Must be .jpg or .png</dfn>\";s:15:\"index_new_posts\";s:126:\"Index New Posts in Search Engine <dfn>(Setting this to \'No\' will prevent anyone from being able to search in this forum)</dfn>\";s:8:\"keywords\";s:39:\"Keywords<dfn>Separate with commas</dfn>\";s:4:\"link\";s:4:\"Link\";s:15:\"list_moderators\";s:15:\"List Moderators\";s:12:\"media_author\";s:12:\"Media Author\";s:20:\"moderate_attachments\";s:20:\"Moderate Attachments\";s:14:\"moderate_posts\";s:14:\"Moderate Posts\";s:16:\"moderate_threads\";s:16:\"Moderate Threads\";s:18:\"moderation_options\";s:18:\"Moderation Options\";s:21:\"override_style_choice\";s:181:\"Override Users\' Style Choice <dfn>(If this forum uses a custom style, this will force users with a different style choice to see the forum with the style <i>you</i> specified)</dfn>\";s:11:\"owner_email\";s:11:\"Owner Email\";s:10:\"owner_name\";s:10:\"Owner Name\";s:3:\"pda\";s:3:\"PDA\";s:19:\"please_select_forum\";s:21:\"Please select a forum\";s:16:\"podcast_settings\";s:16:\"Podcast Settings\";s:15:\"posting_options\";s:15:\"Posting Options\";s:65:\"require_moderator_validation_before_new_attachments_are_displayed\";s:65:\"Require moderator validation before new attachments are displayed\";s:59:\"require_moderator_validation_before_new_posts_are_displayed\";s:59:\"Require moderator validation before new posts are displayed\";s:61:\"require_moderator_validation_before_new_threads_are_displayed\";s:61:\"Require moderator validation before new threads are displayed\";s:16:\"show_all_threads\";s:16:\"Show all threads\";s:24:\"show_forum_on_forum_jump\";s:55:\"Show this Forum and Child Forums on the Forum Jump Menu\";s:18:\"show_private_forum\";s:412:\"Show Private Forum<dfn>(Select \'No\' here to hide this forum from users who are not allowed to access it. Users who do have permission to access it will have to log in before they can see this forum.<br /> This option applies to the any forum listing, including the Forum Jump menu, and Search Results.<br /> Selecting \'Use default\' will use the system default as defined in Forum Listings Display Options.)</dfn>\";s:13:\"style_options\";s:13:\"Style Options\";s:8:\"subtitle\";s:8:\"Subtitle\";s:7:\"summary\";s:7:\"Summary\";s:11:\"use_default\";s:11:\"Use Default\";s:17:\"use_default_style\";s:17:\"Use Default Style\";s:10:\"view_forum\";s:10:\"View Forum\";s:17:\"view_full_version\";s:17:\"View Full Version\";s:16:\"view_permissions\";s:16:\"View Permissions\";s:22:\"within_the_last_x_days\";s:25:\"Within the Last %1$s Days\";s:9:\"x_replies\";s:12:\"%1$s replies\";s:23:\"yes_display_post_counts\";s:25:\"Yes - Display Post Counts\";s:20:\"yes_hide_post_counts\";s:22:\"Yes - Hide Post Counts\";}','a:133:{s:16:\"add_new_calendar\";s:16:\"Add New Calendar\";s:20:\"add_new_custom_field\";s:20:\"Add New Custom Field\";s:13:\"add_new_event\";s:13:\"Add New Event\";s:15:\"add_new_holiday\";s:15:\"Add New Holiday\";s:31:\"add_new_moderator_to_calendar_x\";s:62:\"Add New Moderator to Calendar <span class=\"normal\">%1$s</span>\";s:12:\"add_reminder\";s:12:\"Add Reminder\";s:7:\"all_day\";s:7:\"All Day\";s:57:\"allow_user_to_input_their_own_value_for_this_custom_field\";s:57:\"Allow user to input their own value for this Custom Field\";s:48:\"are_you_sure_want_to_delete_calendar_moderator_x\";s:173:\"Are you <b>sure</b> you want to delete the calendar moderator called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:38:\"are_you_sure_want_to_delete_calendar_x\";s:163:\"Are you <b>sure</b> you want to delete the calendar called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:51:\"are_you_sure_want_to_delete_custom_calendar_field_x\";s:176:\"Are you <b>sure</b> you want to delete the custom calendar field called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:52:\"are_you_sure_you_want_to_delete_the_holiday_called_x\";s:161:\"Are you <b>sure</b> you want to delete the holiday called \'%1$s\'?<br /><span class=\"smallfont\">(holidayid: %2$s)</span><br /><br />This action can not be undone.\";s:36:\"birthday_count_max_birthdays_per_day\";s:179:\"Birthday Count <dfn>(Sets the maximum number of birthdays to be listed on a single day in the monthly view before a single link to all that day\'s Birthdays is shown instead)</dfn>\";s:13:\"calendar_jump\";s:13:\"Calendar Jump\";s:16:\"calendar_manager\";s:16:\"Calendar Manager\";s:13:\"calendar_mode\";s:13:\"Calendar Mode\";s:20:\"calendar_permissions\";s:20:\"Calendar Permissions\";s:11:\"choose_time\";s:11:\"Choose Time\";s:29:\"confirm_deletion_of_holiday_x\";s:61:\"Confirm Deletion of Holiday: <span class=\"normal\">%1$s</span>\";s:12:\"custom_field\";s:12:\"Custom Field\";s:13:\"custom_fields\";s:13:\"Custom Fields\";s:10:\"date_first\";s:5:\"First\";s:9:\"date_last\";s:4:\"Last\";s:14:\"date_range_dfn\";s:175:\"Date Range <dfn>Beginning and ending years in the format of: <br />Example: <b>%1$s</b><br /><br />Start year must be greater than 1969. End Year must be less than 2038.</dfn>\";s:11:\"date_x_to_y\";s:12:\"%1$s to %2$s\";s:12:\"default_view\";s:84:\"Default View<dfn>View the user is presented with when they enter the calendar.</dfn>\";s:12:\"delete_event\";s:12:\"Delete Event\";s:30:\"delete_reminder_for_this_event\";s:30:\"Delete Reminder for this Event\";s:16:\"delete_reminders\";s:16:\"Delete Reminders\";s:55:\"edit_calendar_permissions_for_usergroup_x_in_calendar_y\";s:76:\"Edit Calendar Permissions For Usergroup: </b>%1$s<b> in Calendar </b>%2$s<b>\";s:10:\"edit_event\";s:10:\"Edit Event\";s:31:\"edit_moderator_x_for_calendar_y\";s:51:\"Edit Moderator </b>%1$s<b> for Calendar </b>%2$s<b>\";s:11:\"eight_hours\";s:11:\"Eight Hours\";s:14:\"eighteen_hours\";s:14:\"Eighteen Hours\";s:27:\"emails_to_notify_when_event\";s:113:\"Email Addresses to Notify When There is a New Event <dfn>(Separate each address with a space or line break)</dfn>\";s:3:\"end\";s:3:\"End\";s:30:\"event_count_max_events_per_day\";s:169:\"Event Count<dfn>(Sets the maximum number of events to be listed on a single day in the monthly view before a single link to all that day\'s Events is shown instead)</dfn>\";s:10:\"event_date\";s:10:\"Event Date\";s:17:\"event_ignores_dst\";s:22:\"This event ignores DST\";s:17:\"event_information\";s:17:\"Event Information\";s:18:\"event_notification\";s:18:\"Event Notification\";s:13:\"event_options\";s:13:\"Event Options\";s:27:\"event_posted_for_timezone_x\";s:111:\"This event was posted for time zone <b>%1$s</b> so it will appear to occur on a different day on your calendar.\";s:12:\"event_poster\";s:12:\"Event Poster\";s:14:\"event_reminder\";s:14:\"Event Reminder\";s:18:\"event_title_cutoff\";s:161:\"Event Title Cutoff <dfn>(Sets the maximum number of characters of an event title that are shown on the monthly view.<br />To disable the cutoff, enter \'0\')</dfn>\";s:6:\"events\";s:6:\"Events\";s:5:\"every\";s:5:\"Every\";s:13:\"every_weekday\";s:13:\"Every weekday\";s:12:\"every_x_days\";s:276:\"<label for=\"rb_pattern_1\"><input type=\"radio\" name=\"recur[pattern]\" value=\"1\" id=\"rb_pattern_1\" tabindex=\"1\" %1$s />Every</label>\r\n						<input type=\"text\" class=\"bginput\" style=\"font-size:11px\" name=\"recur[dailybox]\" size=\"3\" maxlength=\"2\" value=\"%2$s\" tabindex=\"1\" /> day(s)\";s:9:\"every_x_y\";s:15:\"Every %1$s %2$s\";s:10:\"four_hours\";s:10:\"Four Hours\";s:6:\"fourth\";s:6:\"Fourth\";s:11:\"friday_abbr\";s:3:\"Fri\";s:12:\"friday_short\";s:1:\"F\";s:7:\"holiday\";s:7:\"Holiday\";s:42:\"if_you_would_like_to_remove_this_moderator\";s:42:\"If You Would Like to Remove this Moderator\";s:13:\"jump_to_month\";s:13:\"Jump to month\";s:18:\"maintain_same_time\";s:58:\"Allow DST correct (maintain same time throughout the year)\";s:27:\"members_with_birthdays_on_x\";s:30:\"Members with Birthdays on %1$s\";s:6:\"midday\";s:6:\"Midday\";s:8:\"midnight\";s:8:\"Midnight\";s:15:\"moderate_events\";s:15:\"Moderate Events\";s:18:\"moderation_options\";s:18:\"Moderation Options\";s:11:\"monday_abbr\";s:3:\"Mon\";s:12:\"monday_short\";s:1:\"M\";s:12:\"monthly_view\";s:12:\"Monthly View\";s:10:\"move_event\";s:10:\"Move Event\";s:22:\"move_event_to_calendar\";s:22:\"Move Event to Calendar\";s:2:\"of\";s:2:\"of\";s:17:\"of_every_x_months\";s:153:\"of every\r\n						<input type=\"text\" class=\"bginput\" style=\"font-size:11px\" name=\"%1$s\" size=\"3\" maxlength=\"2\" value=\"%2$s\" tabindex=\"1\" />\r\n						month(s)\";s:7:\"one_day\";s:7:\"One Day\";s:8:\"one_hour\";s:8:\"One Hour\";s:11:\"or_set_time\";s:11:\"or Set Time\";s:12:\"ranged_event\";s:12:\"Ranged Event\";s:19:\"recur_every_x_weeks\";s:281:\"<label for=\"rb_pattern_3\"><input type=\"radio\" name=\"recur[pattern]\" value=\"3\" id=\"rb_pattern_3\" tabindex=\"1\" %1$s />Every</label>\r\n						<input type=\"text\" class=\"bginput\" style=\"font-size:11px\" name=\"recur[weeklybox]\" size=\"3\" maxlength=\"2\" value=\"%2$s\" tabindex=\"1\" /> week(s) on\";s:18:\"recurrence_pattern\";s:18:\"Recurrence Pattern\";s:15:\"recurring_event\";s:15:\"Recurring Event\";s:16:\"recurring_option\";s:16:\"Recurring Option\";s:8:\"reminder\";s:8:\"Reminder\";s:36:\"reminder_emails_can_be_early_or_late\";s:180:\"Reminder emails can be slightly early or late.  For example, a reminder scheduled for one hour before the event, will actually be sent between 1:15 and 45 minutes before the event.\";s:31:\"request_reminder_for_this_event\";s:31:\"Request Reminder for this Event\";s:60:\"require_moderator_validation_before_new_events_are_displayed\";s:60:\"Require moderator validation before new events are displayed\";s:13:\"saturday_abbr\";s:3:\"Sat\";s:14:\"saturday_short\";s:1:\"S\";s:10:\"save_event\";s:10:\"Save Event\";s:15:\"selected_events\";s:16:\"Selected Events:\";s:31:\"show_birthdays_on_this_calendar\";s:31:\"Show Birthdays on this Calendar\";s:37:\"show_easter_holidays_on_this_calendar\";s:41:\"Show predefined holidays on this Calendar\";s:30:\"show_holidays_on_this_calendar\";s:44:\"Show admin defined holidays on this Calendar\";s:10:\"show_today\";s:10:\"Show Today\";s:39:\"show_upcoming_events_from_this_calendar\";s:59:\"Show upcoming event from this Calendar on the forum index\r\n\";s:12:\"show_weekend\";s:175:\"Show Saturday / Sunday on this Calendar <dfn>(Setting this to \'No\' forces the calendar to display only Monday to Friday, ignoring the user\'s <i>start of week</i> option)</dfn>\";s:20:\"single_all_day_event\";s:21:\"Single, All Day Event\";s:9:\"six_hours\";s:9:\"Six Hours\";s:5:\"start\";s:5:\"Start\";s:13:\"start_of_week\";s:145:\"Start of the Week <dfn>(Sets the default first day for the calendar, which will be shown to guests with no <i>start of week</i> preference)</dfn>\";s:11:\"sunday_abbr\";s:3:\"Sun\";s:12:\"sunday_short\";s:1:\"S\";s:12:\"the_dropdown\";s:3:\"The\";s:12:\"the_x_y_of_z\";s:21:\"The %1$s %2$s of %3$s\";s:5:\"third\";s:5:\"Third\";s:31:\"this_event_occurs_every_weekday\";s:31:\"This event occurs every weekday\";s:30:\"this_event_occurs_every_x_days\";s:35:\"This event occurs every %1$s day(s)\";s:36:\"this_event_occurs_every_x_weeks_on_y\";s:44:\"This event occurs every %1$s week(s) on %2$s\";s:27:\"this_event_occurs_every_x_y\";s:33:\"This event occurs every %1$s %2$s\";s:44:\"this_event_occurs_on_day_x_of_every_y_months\";s:52:\"This event occurs on day %1$s of every %2$s month(s)\";s:35:\"this_event_occurs_on_every_x_y_of_z\";s:44:\"This event occurs on every %1$s %2$s of %3$s\";s:46:\"this_event_occurs_on_the_x_y_of_every_z_months\";s:57:\"This event occurs on the %1$s %2$s of every %3$s month(s)\";s:10:\"three_days\";s:10:\"Three Days\";s:11:\"three_hours\";s:11:\"Three Hours\";s:13:\"thursday_abbr\";s:3:\"Thu\";s:14:\"thursday_short\";s:1:\"T\";s:11:\"time_x_to_y\";s:64:\"<span class=\"time\">%1$s</span> to <span class=\"time\">%2$s</span>\";s:9:\"time_zone\";s:9:\"Time Zone\";s:20:\"to_delete_this_event\";s:73:\"To delete this event, click this box and press the \'Delete Event\' button.\";s:12:\"tuesday_abbr\";s:3:\"Tue\";s:13:\"tuesday_short\";s:1:\"T\";s:12:\"twelve_hours\";s:12:\"Twelve Hours\";s:8:\"two_days\";s:8:\"Two Days\";s:9:\"two_hours\";s:9:\"Two Hours\";s:16:\"update_reminders\";s:16:\"Update Reminders\";s:24:\"view_this_week_in_detail\";s:24:\"View This Week in Detail\";s:14:\"wednesday_abbr\";s:3:\"Wed\";s:15:\"wednesday_short\";s:1:\"W\";s:6:\"weekly\";s:6:\"Weekly\";s:11:\"weekly_view\";s:11:\"Weekly View\";s:34:\"when_to_send_reminder_before_event\";s:34:\"When to send reminder before event\";s:10:\"x_birthday\";s:15:\"%1$s\'s birthday\";s:11:\"x_birthdays\";s:14:\"%1$s Birthdays\";s:6:\"yearly\";s:6:\"Yearly\";s:11:\"yearly_view\";s:11:\"Yearly View\";s:27:\"you_have_no_event_reminders\";s:28:\"You have no event reminders.\";}','a:173:{s:19:\"add_a_single_avatar\";s:19:\"Add a Single Avatar\";s:22:\"add_a_single_post_icon\";s:22:\"Add a Single Post Icon\";s:19:\"add_a_single_smilie\";s:19:\"Add a Single Smilie\";s:10:\"add_avatar\";s:10:\"Add Avatar\";s:11:\"add_avatars\";s:11:\"Add Avatars\";s:20:\"add_multiple_avatars\";s:20:\"Add Multiple Avatars\";s:23:\"add_multiple_post_icons\";s:23:\"Add Multiple Post Icons\";s:20:\"add_multiple_smilies\";s:20:\"Add Multiple Smilies\";s:23:\"add_new_attachment_type\";s:23:\"Add New Attachment Type\";s:23:\"add_new_avatar_category\";s:23:\"Add New Avatar Category\";s:17:\"add_new_extension\";s:17:\"Add New Extension\";s:26:\"add_new_post_icon_category\";s:26:\"Add New Post Icon Category\";s:23:\"add_new_smilie_category\";s:23:\"Add New Smilie Category\";s:13:\"add_post_icon\";s:13:\"Add Post Icon\";s:14:\"add_post_icons\";s:14:\"Add Post Icons\";s:10:\"add_smilie\";s:10:\"Add Smilie\";s:11:\"add_smilies\";s:11:\"Add Smilies\";s:38:\"adding_multiple_avatars_reading_from_x\";s:48:\"Adding Multiple Avatars </b>Reading from %1$s<b>\";s:41:\"adding_multiple_post_icons_reading_from_x\";s:51:\"Adding Multiple Post Icons </b>Reading from %1$s<b>\";s:38:\"adding_multiple_smilies_reading_from_x\";s:48:\"Adding Multiple Smilies </b>Reading from %1$s<b>\";s:36:\"are_you_sure_want_to_delete_avatar_x\";s:161:\"Are you <b>sure</b> you want to delete the avatar called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:39:\"are_you_sure_want_to_delete_post_icon_x\";s:164:\"Are you <b>sure</b> you want to delete the post icon called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:36:\"are_you_sure_want_to_delete_smilie_x\";s:161:\"Are you <b>sure</b> you want to delete the smilie called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:53:\"are_you_sure_you_want_to_delete_the_attachment_type_x\";s:60:\"Are you sure you want to delete the attachment type: \'%1$s\'?\";s:48:\"are_you_sure_you_want_to_delete_the_attachment_x\";s:55:\"Are you sure you want to delete the attachment: \'%1$s\'?\";s:60:\"are_you_sure_you_want_to_delete_the_avatar_category_called_x\";s:459:\"Are you sure you want to delete the avatar category called: \'%1$s\'?\r\n<br /><br />\r\nDelete all Avatars from this category? Yes<input type=\"radio\" name=\"deleteitems\" value=\"1\" /> No<input type=\"radio\" name=\"deleteitems\" value=\"0\" checked=\"checked\" /><br /><br /> If you do not want to delete all Avatars from this category, they will all be moved to the category selected below.<br /><br /> Destination Category: <select name=\"destinationid\">\\n%2$s\\t\\t</select>\";s:63:\"are_you_sure_you_want_to_delete_the_post_icon_category_called_x\";s:464:\"Are you sure you want to delete the post icon category called: \'%1$s\'?<br /><br />Delete all Post Icons from this category? Yes<input type=\"radio\" name=\"deleteitems\" value=\"1\" /> No<input type=\"radio\" name=\"deleteitems\" value=\"0\" checked=\"checked\" /><br /><br /> If you do not want to delete all Post Icons from this category, they will all be moved to the category selected below.<br /><br /> Destination Category: <select name=\"destinationid\">\\n%2$s\\t\\t</select>\";s:60:\"are_you_sure_you_want_to_delete_the_smilie_category_called_x\";s:455:\"Are you sure you want to delete the Smilie category called: \'%1$s\'?<br /><br />Delete all Smilies from this category? Yes<input type=\"radio\" name=\"deleteitems\" value=\"1\" /> No<input type=\"radio\" name=\"deleteitems\" value=\"0\" checked=\"checked\" /><br /><br /> If you do not want to delete all Smilies from this category, they will all be moved to the category selected below.<br /><br /> Destination Category: <select name=\"destinationid\">\\n%2$s\\t\\t</select>\";s:49:\"are_you_sure_you_want_to_delete_these_attachments\";s:50:\"Are you sure you want to delete these attachments?\";s:14:\"attached_after\";s:47:\"Attached After <dfn>(yyyy-mm-dd hh:mm:ss)</dfn>\";s:15:\"attached_before\";s:48:\"Attached Before <dfn>(yyyy-mm-dd hh:mm:ss)</dfn>\";s:11:\"attached_by\";s:33:\"Attached By <dfn>(username)</dfn>\";s:24:\"attachment_file_path_dfn\";s:118:\"Attachment File Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>\";s:21:\"attachment_is_visible\";s:21:\"Attachment is Visible\";s:18:\"attachment_manager\";s:18:\"Attachment Manager\";s:22:\"attachment_permissions\";s:22:\"Attachment Permissions\";s:18:\"attachment_removal\";s:884:\"We have completed moving attachments to the filesystem.  Presently, the attachments still remain in the database and are being read from there.  If you are sure that the process completed without incident, go ahead and select yes below to remove the attachments from the database.  This step can not be reversed and may take a few minutes depending on the size of your database. Please be patient.<br /><br />\r\nAttachments in Database: %1$s<br />\r\nTotal Attachments Processed: %2$s<br /><br />\r\n<b>The above two values should be the same!</b><br /><br />\r\nNumber of Attachments that could not be created or are 0 bytes: %3$s<br />\r\n<b>The above value should be 0</b>! Having 0 byte attachments is not uncommon so a few is nothing to worry about but if the number equals the number of attachments in the database then DO NOT FINALIZE this step or you will lose all of your attachments.\";s:15:\"attachment_type\";s:15:\"Attachment Type\";s:21:\"attachmentid_start_at\";s:146:\"Attachmentid to start at:<dfn>Set this if you have partially completed a conversion. You should start at 0 to insure an error free transfer.</dfn>\";s:54:\"attachments_are_currently_being_stored_in_the_database\";s:54:\"Attachments are currently being stored in the database\";s:61:\"attachments_are_currently_being_stored_in_the_filesystem_at_x\";s:64:\"Attachments are currently being stored in the filesystem at %1$s\";s:28:\"attachments_to_show_per_page\";s:28:\"Attachments to Show Per Page\";s:6:\"avatar\";s:6:\"Avatar\";s:15:\"avatar_category\";s:15:\"Avatar Category\";s:16:\"avatar_file_path\";s:16:\"Avatar File Path\";s:20:\"avatar_file_path_dfn\";s:114:\"Avatar File Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>\";s:14:\"avatar_manager\";s:14:\"Avatar Manager\";s:18:\"avatar_permissions\";s:18:\"Avatar Permissions\";s:59:\"avatars_are_currently_being_served_from_the_filesystem_at_x\";s:62:\"Avatars are currently being served from the filesystem at %1$s\";s:15:\"avatars_deleted\";s:15:\"Avatars Deleted\";s:17:\"avatars_file_path\";s:17:\"Avatars File Path\";s:24:\"avatars_to_show_per_page\";s:24:\"Avatars to Show Per Page\";s:27:\"average_attachment_filesize\";s:27:\"Average Attachment Filesize\";s:28:\"can_use_this_avatar_category\";s:28:\"Can Use This Avatar Category\";s:22:\"can_use_this_extension\";s:22:\"Can use this extension\";s:31:\"can_use_this_post_icon_category\";s:31:\"Can Use This Post Icon Category\";s:28:\"can_use_this_smilie_category\";s:28:\"Can Use This Smilie Category\";s:26:\"confirm_attachment_removal\";s:26:\"Confirm Attachment Removal\";s:37:\"confirm_deletion_of_attachment_type_x\";s:69:\"Confirm Deletion of Attachment Type: <span class=\"normal\">%1$s</span>\";s:37:\"confirm_deletion_of_avatar_category_x\";s:69:\"Confirm Deletion of Avatar Category: <span class=\"normal\">%1$s</span>\";s:40:\"confirm_deletion_of_post_icon_category_x\";s:72:\"Confirm Deletion of Post Icon Category: <span class=\"normal\">%1$s</span>\";s:37:\"confirm_deletion_of_smilie_category_x\";s:69:\"Confirm Deletion of Smilie Category: <span class=\"normal\">%1$s</span>\";s:8:\"contains\";s:8:\"Contains\";s:29:\"custom_attachment_permissions\";s:29:\"Custom Attachment Permissions\";s:27:\"delete_selected_attachments\";s:27:\"Delete Selected Attachments\";s:15:\"disk_space_used\";s:15:\"Disk Space Used\";s:9:\"downloads\";s:9:\"Downloads\";s:22:\"downloads_greater_than\";s:21:\"More Than X Downloads\";s:19:\"downloads_less_than\";s:21:\"Less Than X Downloads\";s:15:\"edit_attachment\";s:15:\"Edit Attachment\";s:58:\"edit_attachment_permissions_for_usergroup_x_in_extension_y\";s:79:\"Edit Attachment Permissions For Usergroup: </b>%1$s<b> in Extension </b>%2$s<b>\";s:22:\"edit_avatar_categories\";s:22:\"Edit Avatar Categories\";s:25:\"edit_post_icon_categories\";s:25:\"Edit Post Icon Categories\";s:22:\"edit_smilie_categories\";s:22:\"Edit Smilie Categories\";s:17:\"edit_storage_type\";s:17:\"Edit Storage Type\";s:9:\"extension\";s:9:\"Extension\";s:12:\"file_removal\";s:959:\"Attachments in Database: %1$s<br />\r\nTotal Attachments Processed: %2$s<br /><br />\r\n<b>The above two values should be the same!</b><br /><br />\r\nNumber of Attachments that could not be read or are 0 bytes: %3$s<br /><br />\r\nWe have completed moving attachments to the database. Presently, the attachments still remain in the filesystem but are being read from the database.\r\nIf you are sure that the process completed without incident, go ahead and select yes below to remove the attachments from the filesystem.<br /><br />\r\nThis step can not be reversed and may take a few minutes depending on the number of attachments. Please be patient.<br /><br />\r\nWe will only be able to remove attachments and attachment directories that we have write permission to.  Normally this should be every attachment\r\nbut sometimes the permissions are not correct and the removal will fail. You will need to manually remove the attachments from the filesystem\r\nin this event.\";s:8:\"filesize\";s:8:\"Filesize\";s:21:\"filesize_greater_than\";s:40:\"Filesize Greater Than <dfn>(bytes)</dfn>\";s:18:\"filesize_less_than\";s:37:\"Filesize Less Than <dfn>(bytes)</dfn>\";s:8:\"filetype\";s:8:\"filetype\";s:8:\"finalize\";s:8:\"Finalize\";s:36:\"find_all_attachments_older_than_days\";s:38:\"Find All Attachments Older Than X Days\";s:24:\"five_largest_attachments\";s:24:\"Five Largest Attachments\";s:29:\"five_most_popular_attachments\";s:29:\"Five Most Popular Attachments\";s:32:\"five_users_most_attachment_space\";s:51:\"Five Users Whose Attachments Take Up the Most Space\";s:51:\"images_are_currently_being_served_from_the_database\";s:51:\"Images are currently being served from the database\";s:14:\"max_height_dfn\";s:166:\"Maximum Height<dfn>(in pixels, 600 for example)<br /><br />This only applies to image files of the extensions: bmp, gif, jpe, jpg, jpeg, png, psd, tif and tiff.</dfn>\";s:13:\"max_width_dfn\";s:165:\"Maximum Width<dfn>(in pixels, 800 for example)<br /><br />This only applies to image files of the extensions: bmp, gif, jpe, jpg, jpeg, png, psd, tif and tiff.</dfn>\";s:16:\"maximum_filesize\";s:16:\"Maximum Filesize\";s:20:\"maximum_filesize_dfn\";s:214:\"Max Filesize<dfn>(in bytes)<br /><br />There are several configuration options that limit the maximum size of uploaded files.  Consult the Quick Stats on the your main admin cp page for your current settings.</dfn>\";s:14:\"maximum_height\";s:10:\"Max Height\";s:13:\"maximum_width\";s:9:\"Max Width\";s:13:\"mime_type_dfn\";s:192:\"Mime Type<dfn>This controls what your browser does with the attachment. Leave blank if you don\'t know what to put here and the user will generally be prompted to download the attachment.</dfn>\";s:37:\"move_avatars_to_a_different_directory\";s:37:\"Move Avatars to a Different Directory\";s:40:\"move_items_from_database_into_filesystem\";s:41:\"Move Items from Database into File System\";s:40:\"move_items_from_filesystem_into_database\";s:41:\"Move Items from File System into Database\";s:35:\"move_items_to_a_different_directory\";s:35:\"Move Items to a Different Directory\";s:41:\"move_profilepics_to_a_different_directory\";s:46:\"Move Profile Pictures to a Different Directory\";s:37:\"move_sigpics_to_a_different_directory\";s:48:\"Move Signature Pictures to a Different Directory\";s:10:\"new_window\";s:7:\"New Win\";s:42:\"number_of_attachments_to_process_per_cycle\";s:42:\"Number of attachments to process per cycle\";s:36:\"number_of_users_to_process_per_cycle\";s:36:\"Number of Users to process per cycle\";s:18:\"open_in_new_window\";s:45:\"Open this attachment in a new browser window?\";s:29:\"or_enter_a_full_url_to_a_file\";s:39:\"Or enter a full url to a file to upload\";s:5:\"pages\";s:5:\"Pages\";s:33:\"permissions_for_avatar_category_x\";s:64:\"Permissions For Avatar Category <span class=\"normal\">%1$s</span>\";s:36:\"permissions_for_post_icon_category_x\";s:67:\"Permissions For Post Icon Category <span class=\"normal\">%1$s</span>\";s:33:\"permissions_for_smilie_category_x\";s:64:\"Permissions For Smilie Category <span class=\"normal\">%1$s</span>\";s:30:\"please_select_a_file_to_attach\";s:63:\"Please select a file to attach by using the \"Browse...\" button.\";s:9:\"post_icon\";s:9:\"Post Icon\";s:18:\"post_icon_category\";s:18:\"Post Icon Category\";s:19:\"post_icon_file_path\";s:19:\"Post Icon File Path\";s:23:\"post_icon_file_path_dfn\";s:117:\"Post Icon File Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>\";s:17:\"post_icon_manager\";s:17:\"Post Icon Manager\";s:21:\"post_icon_permissions\";s:21:\"Post Icon Permissions\";s:18:\"post_icons_deleted\";s:18:\"Post Icons Deleted\";s:20:\"post_icons_file_path\";s:20:\"Post Icons File Path\";s:27:\"post_icons_to_show_per_page\";s:27:\"Post Icons to Show Per Page\";s:17:\"processing_avatar\";s:17:\"Processing Avatar\";s:20:\"processing_post_icon\";s:20:\"Processing Post Icon\";s:17:\"processing_smilie\";s:21:\"Processing Smilie ...\";s:15:\"profile_picture\";s:15:\"Profile Picture\";s:24:\"profilepic_file_path_dfn\";s:118:\"Profile Picture Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>\";s:63:\"profilepics_are_currently_being_served_from_the_filesystem_at_x\";s:71:\"Profile pictures are currently being served from the filesystem at %1$s\";s:17:\"prune_attachments\";s:17:\"Prune Attachments\";s:22:\"removing_x_attachments\";s:61:\"Removing <strong>%1$s</strong> attachments from the database.\";s:18:\"replace_attachment\";s:18:\"Replace Attachment\";s:16:\"show_all_avatars\";s:16:\"Show All Avatars\";s:19:\"show_all_post_icons\";s:19:\"Show All Post Icons\";s:16:\"show_all_smilies\";s:16:\"Show all Smilies\";s:31:\"showing_attachments_x_to_y_of_z\";s:40:\"Showing Attachments %1$s to %2$s of %3$s\";s:20:\"sigpic_file_path_dfn\";s:120:\"Signature Picture Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>\";s:59:\"sigpics_are_currently_being_served_from_the_filesystem_at_x\";s:73:\"Signature pictures are currently being served from the filesystem at %1$s\";s:6:\"smilie\";s:6:\"Smilie\";s:15:\"smilie_category\";s:15:\"Smilie Category\";s:16:\"smilie_file_path\";s:16:\"Smilie File Path\";s:20:\"smilie_file_path_dfn\";s:114:\"Smilie File Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>\";s:14:\"smilie_manager\";s:14:\"Smilie Manager\";s:18:\"smilie_permissions\";s:18:\"Smilie Permissions\";s:15:\"smilies_deleted\";s:15:\"Smilies Deleted\";s:17:\"smilies_file_path\";s:17:\"Smilies File Path\";s:24:\"smilies_to_show_per_page\";s:24:\"Smilies to Show Per Page\";s:18:\"smilietext_x_taken\";s:44:\"The replacement text %1$s is already in use!\";s:45:\"standard_using_default_attachment_permissions\";s:53:\"<b>Standard:</b> Using default attachment permissions\";s:12:\"storage_type\";s:12:\"Storage Type\";s:15:\"text_to_replace\";s:15:\"Text to Replace\";s:5:\"thumb\";s:5:\"Thumb\";s:15:\"thumbnail_image\";s:210:\"Display thumbnail for this type?<dfn>This only applies to image files of the extensions: bmp, gif, jpe, jpg, jpeg, png, psd, tif and tiff. The creation of a thumbnail for any image type is not guaranteed.</dfn>\";s:17:\"total_attachments\";s:17:\"Total Attachments\";s:15:\"total_downloads\";s:15:\"Total Downloads\";s:10:\"total_size\";s:10:\"Total Size\";s:13:\"uncategorized\";s:13:\"uncategorized\";s:13:\"upload_avatar\";s:13:\"Upload Avatar\";s:16:\"upload_post_icon\";s:16:\"Upload Post Icon\";s:13:\"upload_smilie\";s:13:\"Upload Smilie\";s:48:\"url_to_avatars_relative_to_your_forums_home_page\";s:61:\"URL to avatars <dfn>(Relative to your forums home page)</dfn>\";s:52:\"url_to_profilepics_relative_to_your_forums_home_page\";s:70:\"URL to Profile Pictures <dfn>(Relative to your forums home page)</dfn>\";s:48:\"url_to_sigpics_relative_to_your_forums_home_page\";s:71:\"URL to Signature Pictures<dfn>(Relative to your forums home page)</dfn>\";s:23:\"use_default_permissions\";s:103:\"Use Default Permissions for this extension (Note: this will delete any previous custom permissions set)\";s:13:\"user_pictures\";s:13:\"User Pictures\";s:15:\"userpic_manager\";s:20:\"User Picture Manager\";s:16:\"view_attachments\";s:16:\"View Attachments\";s:24:\"view_largest_attachments\";s:24:\"View Largest Attachments\";s:29:\"view_most_popular_attachments\";s:29:\"View Most Popular Attachments\";s:23:\"view_newest_attachments\";s:23:\"View Newest Attachments\";s:23:\"view_oldest_attachments\";s:23:\"View Oldest Attachments\";s:16:\"view_permissions\";s:16:\"View Permissions\";s:7:\"visible\";s:7:\"Visible\";s:76:\"we_are_ready_to_attempt_to_move_your_attachments_from_database_to_filesystem\";s:392:\"<p>We are ready to attempt to move your Attachments from the Database to the Filesystem.</p> <p>It is possible that you might not have enough disk space in the supplied path but we are unable to determine that ahead of time.</p> <p>We will not finalize the move until the end of the process.</p> <p>If the process aborts before the end, you will need to free up space before trying again.</p>\";s:76:\"we_are_ready_to_attempt_to_move_your_attachments_from_filesystem_to_database\";s:382:\"<p>We are ready to attempt to move your Attachments from the Filesystem to the Database.</p> <p>It is possible that you might not have enough space in the database but we are unable to determine that ahead of time.</p> <p>We will not finalize the move until the end of the process.</p> <p>If the process aborts before the end, you will need to free up space before trying again.</p>\";s:71:\"we_are_ready_to_attempt_to_move_your_images_from_database_to_filesystem\";s:387:\"<p>We are ready to attempt to move your Images from the Database to the Filesystem.</p> <p>It is possible that you might not have enough disk space in the supplied path but we are unable to determine that ahead of time.</p> <p>We will not finalize the move until the end of the process.</p> <p>If the process aborts before the end, you will need to free up space before trying again.</p>\";s:71:\"we_are_ready_to_attempt_to_move_your_images_from_filesystem_to_database\";s:377:\"<p>We are ready to attempt to move your images from the filesystem to the database.</p>\r\n\r\n<p>It is possible that you might not have enough space in the database, but we are unable to determine that ahead of time.</p>\r\n\r\n<p>We will not finalize the move until the end of the process. If the process aborts before the end, you will need to free up space before trying again.</p>\";}','a:310:{s:15:\"0_matches_found\";s:15:\"0 Matches Found\";s:15:\"add_child_style\";s:15:\"Add Child Style\";s:28:\"add_new_replacement_variable\";s:28:\"Add New Replacement Variable\";s:13:\"add_new_style\";s:13:\"Add New Style\";s:16:\"add_new_template\";s:16:\"Add New Template\";s:14:\"additional_css\";s:26:\"Additional CSS Definitions\";s:26:\"additional_css_description\";s:191:\"Advanced Users: <dfn>&nbsp;<br />If you would like to add any additional CSS for use in your custom templates, any text entered here will be included at the end of the &lt;style&gt; tag</dfn>\";s:20:\"additional_functions\";s:20:\"Additional Functions\";s:12:\"align_center\";s:12:\"Align Center\";s:10:\"align_left\";s:10:\"Align Left\";s:11:\"align_right\";s:11:\"Align Right\";s:9:\"alignment\";s:9:\"Alignment\";s:17:\"all_style_options\";s:17:\"All Style Options\";s:19:\"all_template_groups\";s:19:\"All Template Groups\";s:50:\"are_you_sure_want_to_delete_replacement_variable_x\";s:175:\"Are you <b>sure</b> you want to delete the replacement variable called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:35:\"are_you_sure_want_to_delete_style_x\";s:160:\"Are you <b>sure</b> you want to delete the style called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:38:\"are_you_sure_want_to_revert_template_x\";s:163:\"Are you <b>sure</b> you want to revert the template called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:23:\"attachment_icons_folder\";s:158:\"Attachment Icons Folder\r\n<dfn>This folder contains the various icons used to represent different attachment file types such as <i>txt, jpg, zip</i> etc.</dfn>\";s:21:\"attachment_is_visible\";s:21:\"Attachment is Visible\";s:15:\"available_fonts\";s:15:\"Available Fonts\";s:15:\"available_sizes\";s:15:\"Available Sizes\";s:10:\"background\";s:10:\"Background\";s:25:\"bbcode_pulldown_menu_desc\";s:134:\"Here you can specify the fonts and sizes available in the pull down menus for the vBCode toolbar. Separate each entry with a new-line.\";s:4:\"body\";s:4:\"Body\";s:9:\"body_desc\";s:130:\"\'Body\' is used to control the color of the outer page border, and to set the basic parameters for all text and links on all pages.\";s:6:\"border\";s:6:\"Border\";s:10:\"buddy_list\";s:10:\"Buddy List\";s:7:\"buttons\";s:7:\"Buttons\";s:12:\"buttons_desc\";s:140:\"\'Buttons\' is used to style form buttons such as submit and reset, along with any other &lt;input type=&quot;button&quot; ... /&gt; elements.\";s:14:\"buttons_folder\";s:174:\"Button Images Folder\r\n<dfn>This is the folder containing all the button images for this style.<br />The location of this folder can be overridden by a language setting.</dfn>\";s:16:\"case_insensitive\";s:16:\"Case-Insensitive\";s:15:\"category_strips\";s:15:\"Category Strips\";s:20:\"category_strips_desc\";s:172:\"\'Category Strips\' also has a double purpose. It is used to indicate a \'Category\' (no-posting) forum, and it is also used as the style for the main title bar of most tables.\";s:32:\"click_the_expand_collapse_button\";s:117:\"Click the \'Expand/Collapse\' button, or double-click the group name to expand or collapse the %1$s group of templates.\";s:19:\"closed_thread_image\";s:19:\"Closed Thread Image\";s:16:\"code_block_width\";s:250:\"Code Block Width (pixels)\r\n<dfn>(This value controls the width of [code], [php] and [html] bbcode blocks. You may set this value to \'auto\', but if you do, Internet Explorer will stretch the width of the block rather than inserting a scrollbar.)</dfn>\";s:28:\"collapse_all_template_groups\";s:28:\"Collapse All Template Groups\";s:23:\"collapse_template_group\";s:23:\"Collapse Template Group\";s:18:\"collapse_templates\";s:18:\"Collapse Templates\";s:10:\"collapse_x\";s:13:\"Collapse %1$s\";s:22:\"color_picker_not_ready\";s:47:\"The color picker is still loading, please wait.\";s:7:\"comment\";s:7:\"Comment\";s:16:\"common_templates\";s:16:\"Common Templates\";s:16:\"compare_versions\";s:16:\"Compare Versions\";s:23:\"comparing_versions_of_x\";s:54:\"Comparing Versions of <span class=\"normal\">%1$s</span>\";s:14:\"comparison_key\";s:14:\"Comparison Key\";s:35:\"confirm_removal_of_copyright_notice\";s:45:\"Confirm Removal of vBulletin Copyright Notice\";s:4:\"copy\";s:4:\"Copy\";s:16:\"create_new_style\";s:16:\"Create New Style\";s:29:\"creating_a_new_style_called_x\";s:41:\"Creating a new Style called \'<i>%1$s</i>\'\";s:3:\"css\";s:3:\"CSS\";s:14:\"css_selector_x\";s:18:\"CSS Selector: %1$s\";s:17:\"css_value_invalid\";s:49:\"Error: %1$s is not a valid value for a CSS entry.\";s:15:\"current_default\";s:15:\"Current Default\";s:15:\"current_version\";s:15:\"Current Version\";s:16:\"custom_templates\";s:16:\"Custom Templates\";s:9:\"customize\";s:9:\"Customize\";s:17:\"customize_further\";s:17:\"Customize Further\";s:32:\"customize_replacement_variable_x\";s:64:\"Customize Replacement Variable: <span class=\"normal\">%1$s</span>\";s:20:\"customize_template_x\";s:52:\"Customize Template: <span class=\"normal\">%1$s</span>\";s:30:\"customized_in_a_parent_style_x\";s:94:\"Customized in a <a href=\"#\" onclick=\"js_show_style_info(%1$s); return false;\">Parent Style</a>\";s:24:\"customized_in_this_style\";s:24:\"Customized in this Style\";s:29:\"default_template_updated_desc\";s:124:\"Default Template Updated  in <i>%1$s</i> by <b>%2$s</b><br /> Your Custom Template Last Edited in <i>%3$s</i> by <b>%4$s</b>\";s:12:\"delete_style\";s:12:\"Delete Style\";s:13:\"depth_x_items\";s:16:\"Depth %1$s Items\";s:16:\"disable_wrapping\";s:16:\"Disable Wrapping\";s:21:\"edit_fonts_colors_etc\";s:24:\"Edit Fonts / Colors etc.\";s:13:\"edit_settings\";s:13:\"Edit Settings\";s:18:\"edit_style_options\";s:18:\"Edit Style Options\";s:11:\"edit_styles\";s:11:\"Edit Styles\";s:13:\"edit_template\";s:13:\"Edit Template\";s:14:\"edit_templates\";s:14:\"Edit Templates\";s:25:\"editor_styles_button_down\";s:31:\"Editor buttons in clicked state\";s:26:\"editor_styles_button_hover\";s:29:\"Editor buttons in hover state\";s:27:\"editor_styles_button_normal\";s:30:\"Editor buttons in normal state\";s:29:\"editor_styles_button_selected\";s:32:\"Editor buttons in selected state\";s:23:\"editor_styles_menu_down\";s:49:\"Editor menu items in clicked state (WYSIWYG only)\";s:24:\"editor_styles_menu_hover\";s:47:\"Editor menu items in hover state (WYSIWYG only)\";s:25:\"editor_styles_menu_normal\";s:48:\"Editor menu items in normal state (WYSIWYG only)\";s:24:\"editor_styles_popup_down\";s:53:\"Editor popup controls in clicked state (WYSIWYG only)\";s:15:\"enable_wrapping\";s:15:\"Enable Wrapping\";s:19:\"entry_has_a_comment\";s:56:\"* - Entry has a comment. Hover over the type to view it.\";s:26:\"expand_all_template_groups\";s:26:\"Expand All Template Groups\";s:21:\"expand_template_group\";s:21:\"Expand Template Group\";s:16:\"expand_templates\";s:16:\"Expand Templates\";s:8:\"expand_x\";s:11:\"Expand %1$s\";s:9:\"extra_css\";s:20:\"Extra CSS Attributes\";s:28:\"file_inclusion_not_permitted\";s:113:\"File inclusion is not permitted in template conditional expressions. Please go back and re-write this expression.\";s:29:\"find_and_replace_in_templates\";s:43:\"Find and Replace in Templates (be careful!)\";s:23:\"first_alternating_color\";s:23:\"First Alternating Color\";s:28:\"first_alternating_color_desc\";s:169:\"Most table cells in vBulletin use either the First or Second alternating color as their background. Set the attributes for elements using \'First Alternating Color\' here.\";s:41:\"following_options_apply_only_if_new_style\";s:107:\"The following options apply only if you are creating a new style, rather than overwriting an existing style\";s:10:\"font_color\";s:10:\"Font Color\";s:11:\"font_family\";s:11:\"Font Family\";s:9:\"font_size\";s:9:\"Font Size\";s:10:\"font_style\";s:10:\"Font Style\";s:16:\"fonts_colors_etc\";s:19:\"Fonts / Colors etc.\";s:16:\"form_spacer_size\";s:118:\"Form Element Spacer Size (pixels) <dfn>(This is the size of the spacer used to separate blocks of form elements)</dfn>\";s:10:\"form_width\";s:114:\"Form Width (pixels) <dfn>(This value specifies the width in pixels of most forms in the vBulletin interface)</dfn>\";s:17:\"form_width_usercp\";s:191:\"User Control Panel Form Width (pixels) <dfn>(This value allows you to specify a smaller form width, to compensate for the presence of the navigation bar in the user control panel pages)</dfn>\";s:15:\"forum_jump_menu\";s:15:\"Forum Jump Menu\";s:13:\"function_name\";s:13:\"Function Name\";s:37:\"get_customizations_from_parent_styles\";s:66:\"Get customizations made in this style <b>and all parent styles</b>\";s:39:\"get_customizations_from_this_style_only\";s:49:\"Get customizations made <b>only in this style</b>\";s:16:\"global_templates\";s:16:\"Global Templates\";s:21:\"group_attachment_list\";s:15:\"Attachment List\";s:20:\"group_bb_code_layout\";s:14:\"BB Code Layout\";s:16:\"group_buddy_list\";s:10:\"Buddy List\";s:14:\"group_calendar\";s:8:\"Calendar\";s:12:\"group_editor\";s:6:\"Editor\";s:9:\"group_faq\";s:3:\"FAQ\";s:19:\"group_forum_display\";s:13:\"Forum Display\";s:16:\"group_forum_home\";s:10:\"Forum Home\";s:10:\"group_help\";s:4:\"Help\";s:23:\"group_instant_messaging\";s:17:\"Instant Messaging\";s:17:\"group_member_info\";s:11:\"Member Info\";s:18:\"group_members_list\";s:13:\"Member\'s List\";s:16:\"group_moderation\";s:10:\"Moderation\";s:24:\"group_modify_user_option\";s:18:\"Modify User Option\";s:27:\"group_navigation_breadcrumb\";s:23:\"Navigation / Breadcrumb\";s:17:\"group_new_posting\";s:11:\"New Posting\";s:21:\"group_page_navigation\";s:15:\"Page Navigation\";s:24:\"group_paid_subscriptions\";s:18:\"Paid Subscriptions\";s:10:\"group_poll\";s:4:\"Poll\";s:15:\"group_post_icon\";s:9:\"Post Icon\";s:13:\"group_postbit\";s:7:\"Postbit\";s:22:\"group_printable_thread\";s:16:\"Printable Thread\";s:21:\"group_private_message\";s:15:\"Private Message\";s:18:\"group_registration\";s:12:\"Registration\";s:12:\"group_search\";s:6:\"Search\";s:17:\"group_show_groups\";s:11:\"Show Groups\";s:17:\"group_show_thread\";s:11:\"Show Thread\";s:18:\"group_smilie_popup\";s:12:\"Smilie Popup\";s:23:\"group_subscribed_thread\";s:17:\"Subscribed Thread\";s:27:\"group_thread_administration\";s:21:\"Thread Administration\";s:15:\"group_threadbit\";s:9:\"Threadbit\";s:24:\"group_user_control_panel\";s:18:\"User Control Panel\";s:21:\"group_user_infraction\";s:15:\"User Infraction\";s:15:\"group_user_note\";s:9:\"User Note\";s:24:\"group_user_profile_field\";s:18:\"User Profile Field\";s:21:\"group_user_reputation\";s:15:\"User Reputation\";s:16:\"group_who_posted\";s:11:\"Who Posted?\";s:17:\"group_whos_online\";s:12:\"Who\'s Online\";s:16:\"highlighted_font\";s:16:\"Highlighted Font\";s:21:\"highlighted_font_desc\";s:120:\"\'Highligted Font\' is used primarily to highlight search words in search results, but is used occasionally elsewhere too.\";s:10:\"historical\";s:10:\"Historical\";s:21:\"history_of_template_x\";s:52:\"History of Template <span class=\"normal\">%1$s</span>\";s:10:\"hover_link\";s:5:\"Hover\";s:12:\"html_doctype\";s:12:\"HTML Doctype\";s:20:\"ignore_style_version\";s:113:\"Ignore Style Version <dfn>Use style file <b>even</b> if it was created by a different version of vBulletin?</dfn>\";s:11:\"image_paths\";s:11:\"Image Paths\";s:13:\"images_folder\";s:13:\"Images Folder\";s:21:\"import_style_xml_file\";s:21:\"Import Style XML File\";s:15:\"importing_style\";s:15:\"Importing Style\";s:22:\"including_master_style\";s:22:\"Including MASTER STYLE\";s:7:\"inherit\";s:7:\"Inherit\";s:20:\"inline_mod_highlight\";s:35:\"Inline Moderation Element Highlight\";s:25:\"inline_mod_highlight_desc\";s:101:\"When an inline moderation checkbox is clicked, the corresponding item will be styled with this class.\";s:18:\"inner_border_width\";s:123:\"Inner Border Width (pixels) <dfn>(This value specifies the width in pixels of the inner-border of all colored tables)</dfn>\";s:17:\"inner_table_width\";s:120:\"Inner Table Width (pixels or percentage) <dfn>(This is the width given to every table within your vBulletin pages)</dfn>\";s:12:\"input_fields\";s:12:\"Input Fields\";s:17:\"input_fields_desc\";s:74:\"\'Input Fields\' is used to style single and multi-line text boxes in forms.\";s:19:\"internet_explorer_4\";s:20:\"Internet Explorer 4+\";s:47:\"it_appears_you_are_removing_vbulletin_copyright\";s:252:\"It appears that you may be removing the vBulletin copyright notice from this template. If this is the case, please be aware that this may be a violation of the license agreement. Continue only if you are sure that you will not be violating the license.\";s:9:\"justified\";s:9:\"Justified\";s:13:\"last_modified\";s:13:\"Last Modified\";s:11:\"legend_desc\";s:122:\"Use this setting to set the style of the &lt;legend&gt; text that appears in the border of &lt;frameset&gt; tags in forms.\";s:8:\"main_css\";s:8:\"Main CSS\";s:16:\"main_table_width\";s:124:\"Main Table Width (pixels or percentage) <dfn>(This is the width of the table that contains all your vBulletin content)</dfn>\";s:12:\"master_style\";s:12:\"MASTER STYLE\";s:5:\"menus\";s:14:\"<select> Menus\";s:10:\"menus_desc\";s:61:\"All &lt;select&gt; elements will be styled with this control.\";s:13:\"message_width\";s:151:\"Message Area Width (pixels) <dfn>(This value allows you to specify the width in pixels of the text box used for all message posting in vBulletin)</dfn>\";s:20:\"message_width_usercp\";s:149:\"User Control Panel Message Area Width (pixels) <dfn>(This value represents the width in pixels of the message area in user control panel pages)</dfn>\";s:18:\"misc_images_folder\";s:116:\"Miscellaneous Images Folder\r\n<dfn>This folder contains the various images that do not fit into other category.</dfn>\";s:11:\"navbar_text\";s:11:\"Navbar Text\";s:16:\"navbar_text_desc\";s:86:\"This group of settings controls the style of the navigation bread-crumb in the Navbar.\";s:10:\"netscape_4\";s:22:\"Netscape Navigator 4.x\";s:10:\"netscape_6\";s:36:\"Netscape Navigator 6.x / Mozilla 1.x\";s:15:\"new_reply_image\";s:15:\"New Reply Image\";s:16:\"new_thread_image\";s:16:\"New Thread Image\";s:11:\"new_version\";s:11:\"New Version\";s:15:\"no_parent_style\";s:15:\"No Parent Style\";s:23:\"no_replacements_defined\";s:51:\"No replacement variables are defined for this style\";s:25:\"no_styles_needed_updating\";s:25:\"No styles needed updating\";s:11:\"normal_link\";s:6:\"Normal\";s:9:\"not_found\";s:9:\"Not Found\";s:37:\"notes_for_using_regex_in_find_replace\";s:57:\"Notes for Using Regular Expressions with Find and Replace\";s:11:\"old_default\";s:11:\"Old Default\";s:26:\"old_template_table_dropped\";s:26:\"Old Template Table Dropped\";s:11:\"old_version\";s:11:\"Old Version\";s:18:\"outer_border_width\";s:123:\"Outer Border Width (pixels) <dfn>(This value specifies the width in pixels of the outer-border of all colored tables)</dfn>\";s:15:\"overwrite_style\";s:190:\"Merge Into Style <dfn>(Selecting a style here will cause the imported style to be merged into an existing style, overwriting any conflicting entries. Leave blank to create a new style)</dfn>\";s:19:\"overwriting_style_x\";s:31:\"Overwriting Style \'<i>%1$s</i>\'\";s:7:\"padding\";s:7:\"Padding\";s:15:\"page_background\";s:15:\"Page Background\";s:20:\"page_background_desc\";s:97:\"\'Page Background\' is used primarily to set the background and text colors of the inner-page area.\";s:5:\"panel\";s:13:\"Panel (Forms)\";s:10:\"panel_desc\";s:76:\"\'Panel\' is used to create a panel in which most form elements are displayed.\";s:14:\"panel_surround\";s:14:\"Panel Surround\";s:19:\"panel_surround_desc\";s:85:\"This style is used for the thick border that surrounds the panel used for most forms.\";s:49:\"please_be_aware_replacement_variable_is_inherited\";s:162:\"Please be aware that if this replacement variable is inherited by child styles, they too will lose any customizations you have made for this replacement variable.\";s:37:\"please_be_aware_template_is_inherited\";s:138:\"Please be aware that if this template is inherited by child styles, they too will lose any customizations you have made for this template.\";s:49:\"please_be_aware_this_will_delete_custom_templates\";s:167:\"Please be aware that this will also delete all custom templates belonging to this style.<br /><br />Any child styles will attach themselves to this set\'s parent style.\";s:18:\"poll_images_folder\";s:125:\"Poll Images Folder\r\n<dfn>This folder contains the various images used to build the colored bars in poll voting results.</dfn>\";s:15:\"popup_menu_body\";s:15:\"Popup Menu Body\";s:20:\"popup_menu_body_desc\";s:64:\"This style is applied to the outer body of \'vbmenu\' popup menus.\";s:18:\"popup_menu_control\";s:19:\"Popup Menu Controls\";s:23:\"popup_menu_control_desc\";s:186:\"This style is applied to elements which, when clicked, will open a popup menu. For visual consistency, it is occasionally used simply to emphasize an element containing a clickable link.\";s:17:\"popup_menu_hilite\";s:29:\"Popup Menu Highlighted Option\";s:22:\"popup_menu_hilite_desc\";s:110:\"When a menu option is highlighted due to the mouse moving over it, it will temporarily be assigned this style.\";s:17:\"popup_menu_option\";s:21:\"Popup Menu Option Row\";s:22:\"popup_menu_option_desc\";s:63:\"This style is applied to each row inside a \'vbmenu\' popup menu.\";s:9:\"post_icon\";s:9:\"Post Icon\";s:7:\"preview\";s:7:\"Preview\";s:20:\"rating_images_folder\";s:134:\"Ratings Images Folder\r\n<dfn>This folder contains the images used to illustrate the rating applied to an item (usually a thread).</dfn>\";s:18:\"rebuild_all_styles\";s:18:\"Rebuild All Styles\";s:10:\"regex_help\";s:428:\"The regular expression option is for <b>advanced users only</b>! Setting this option to \'yes\' will use <a href=\"http://www.php.net/manual-lookup.php?function=preg-replace\" target=\"expl\">preg_replace()</a> instead of <a href=\"http://www.php.net/manual-lookup.php?function=str-replace\" target=\"expl\">str_replace()</a> for your find/replace operation. Do not use this option if you are not sure how to use PCRE regular expressions!\";s:23:\"regular_expression_used\";s:23:\"Regular Expression Used\";s:20:\"replacement_variable\";s:20:\"Replacement Variable\";s:48:\"replacement_variable_is_customized_in_this_style\";s:48:\"Replacement Variable is Customized in this Style\";s:53:\"replacement_variable_is_inherited_from_a_parent_style\";s:53:\"Replacement Variable is Inherited From a Parent Style\";s:56:\"replacement_variable_is_unchanged_from_the_default_style\";s:56:\"Replacement Variable is Unchanged From the Default Style\";s:28:\"replacement_variable_manager\";s:28:\"Replacement Variable Manager\";s:21:\"replacement_variables\";s:21:\"Replacement Variables\";s:24:\"reputation_images_folder\";s:119:\"Reputation Images Folder\r\n<dfn>This folder contains the small images used to display a user\'s current reputation.</dfn>\";s:20:\"revert_all_templates\";s:20:\"Revert all Templates\";s:33:\"revert_all_templates_from_style_x\";s:337:\"Are you sure you want to revert all templates from the style called \'%1$s\'?<br />\r\n<br />\r\nThis will cause all templates to revert to their default or inherited status, although templates you have added yourself will not be affected.<br />\r\n<br />\r\nThe following templates will be reverted:\r\n<ul>%2$s</ul>\r\nThis action can not be undone.\";s:29:\"revert_this_group_of_settings\";s:93:\"To revert this group of settings to their inherited value, tick this box and submit the form.\";s:8:\"save_css\";s:8:\"Save CSS\";s:24:\"save_in_template_history\";s:25:\"Save in Template History?\";s:20:\"search_in_all_styles\";s:20:\"Search in all Styles\";s:15:\"search_in_style\";s:15:\"Search in Style\";s:18:\"search_in_template\";s:18:\"Search in Template\";s:19:\"search_in_templates\";s:19:\"Search in Templates\";s:16:\"search_templates\";s:16:\"Search Templates\";s:24:\"second_alternating_color\";s:24:\"Second Alternating Color\";s:29:\"second_alternating_color_desc\";s:171:\"Most table cells in vBulletin use either the First or Second alternating color as their background. Set the attributes for elements using \'Second Alternating Color\' here. \";s:13:\"selected_item\";s:13:\"Selected Item\";s:8:\"settings\";s:8:\"Settings\";s:12:\"show_default\";s:12:\"Show Default\";s:20:\"sizes_and_dimensions\";s:20:\"Sizes and Dimensions\";s:10:\"small_font\";s:10:\"Small Font\";s:15:\"small_font_desc\";s:84:\"On occasions where smaller-than-normal text is required, this style will be applied.\";s:11:\"spacer_size\";s:86:\"Spacer Size (pixels) <dfn>(Spacing between the body border and the main content)</dfn>\";s:12:\"standard_css\";s:23:\"Standard CSS Attributes\";s:17:\"statusicon_folder\";s:196:\"Item Status Icon Folder\r\n<dfn>This folder contains all the icons representing the status of forums, threads, posts etc.<br />\r\nFor example: <i>announcement_old.gif / announcement_new.gif</i></dfn>\";s:40:\"strongly_recommend_testing_regex_replace\";s:108:\"It is <b>strongly</b> recommended that you use the \'test\' option before actually performing a regex replace.\";s:13:\"style_manager\";s:13:\"Style Manager\";s:12:\"table_border\";s:12:\"Table Border\";s:17:\"table_border_desc\";s:250:\"\'Table Border\' serves two purposes - primarily it is used to set the background color of all colored tables, which will show through in the color of the lines between cells. Secondly, you may wish to apply a border to the outside of the table itself.\";s:18:\"table_cell_padding\";s:113:\"Table Cell Padding (pixels) <dfn>(This value allows you to set the cellpadding for all tables in vBulletin)</dfn>\";s:12:\"table_footer\";s:12:\"Table Footer\";s:17:\"table_footer_desc\";s:115:\"Some tables have an additional bar at their base to hold extra controls etc. \'Table Footer\' is used to style these.\";s:12:\"table_header\";s:12:\"Table Header\";s:17:\"table_header_desc\";s:175:\"\'Table Header\' is most often used as the style for a column heading in a table, but is also occasionally used for the main title bar of a small table, such as \'Posting Rules\'.\";s:8:\"template\";s:8:\"Template\";s:37:\"template_condition_contains_functions\";s:69:\"The following template conditional expression contains function calls\";s:26:\"template_edited_after_load\";s:102:\"Template was edited after the page was loaded by %1$s, the previous template was saved in the history.\";s:19:\"template_eval_error\";s:261:\"The following error occurred when attempting to evaluate this template:<br /><i>%1$s</i><br />This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.\";s:36:\"template_is_customized_in_this_style\";s:36:\"Template is Customized in this Style\";s:41:\"template_is_inherited_from_a_parent_style\";s:41:\"Template is Inherited From a Parent Style\";s:44:\"template_is_unchanged_from_the_default_style\";s:44:\"Template is Unchanged From the Default Style\";s:23:\"template_last_edited_js\";s:47:\"Last edited %1$s %2$s %3$s at %4$s:%5$s by %6$s\";s:16:\"template_options\";s:16:\"Template Options\";s:23:\"template_x_exists_error\";s:124:\"A template named <em>%1$s</em> already exists.<br />\r\n<br />\r\nIf you click \'Save\' the existing template will be overwritten.\";s:32:\"temporary_template_table_created\";s:32:\"Temporary Template Table Created\";s:51:\"temporary_template_table_populated_with_x_templates\";s:54:\"Temporary Template Table Populated with %1$s Templates\";s:32:\"temporary_template_table_renamed\";s:32:\"Temporary Template Table Renamed\";s:17:\"test_replace_only\";s:133:\"Test Replacement Only <dfn>(This will show you the results of doing this find/replace, without actually updating the templates)</dfn>\";s:25:\"text_added_in_new_version\";s:25:\"Text added in new version\";s:29:\"text_changed_between_versions\";s:29:\"Text changed between versions\";s:15:\"text_decoration\";s:15:\"Text Decoration\";s:9:\"text_desc\";s:163:\"Use this control to set the text attributes for all text elements on the page that may ignore the \'Body\' attributes, in particular text inside &lt;td&gt; tags etc.\";s:24:\"text_editor_control_desc\";s:105:\"These settings allow you to control how controls on the WYSIWYG and standard text editor toolbars appear.\";s:27:\"text_editor_controls_folder\";s:151:\"Text Editor Controls Folder\r\n<dfn>This folder contains the button and interface images for the vBulletin text editor (used to post/edit messages)</dfn>\";s:29:\"text_removed_from_old_version\";s:29:\"Text removed from old version\";s:16:\"textarea_columns\";s:16:\"Textarea Columns\";s:52:\"this_item_is_customized_in_the_parent_style_called_x\";s:61:\"This item is customized in the parent style called\\n\\n\'%1$s\'.\";s:51:\"this_template_has_been_customized_in_a_parent_style\";s:350:\"This template has been customized within the %1$s style, (a parent set of the %2$s style).<br /><br />You may click the \'Customize\' button to create a customized version of this template, based on the customizations in the %1$s style.<br /><br />If you would like to edit the %3$s template within the %1$s parent style, <a href=\"%4$s\">Click Here</a>.\";s:47:\"this_template_has_been_customized_in_this_style\";s:281:\"This template has been customized in the current style.<br /><br />Double-click the template name or click the \'Edit\' button to modify the template.<br /><br />You may also view the original template, from which this template was customized, by clicking the \'View Original\' button.\";s:37:\"this_template_has_not_been_customized\";s:240:\"This template has not been customized in this style or any of its parent styles.<br /><br />Double-click the template name or click the \'Customize\' button to add a customized version of this template to the current style and its child sets.\";s:10:\"time_color\";s:10:\"Time Color\";s:15:\"time_color_desc\";s:76:\"\'Time Color\' is applied to (most) instances of a time stamp being displayed.\";s:24:\"title_for_uploaded_style\";s:100:\"Title for Uploaded Style <dfn>(Leave blank to use the style title specified in the style file)</dfn>\";s:11:\"title_image\";s:113:\"Title Image\r\n<dfn>This is the image located in the \'header\' template, used as the main logo for your forum.</dfn>\";s:20:\"toolbar_menu_options\";s:20:\"Toolbar Menu Options\";s:4:\"type\";s:4:\"Type\";s:7:\"unknown\";s:7:\"Unknown\";s:25:\"updated_default_templates\";s:25:\"Updated Default Templates\";s:30:\"updated_default_templates_desc\";s:457:\"The templates shown on this page have been updated in the default template set since you customized them.<br />\r\n<br />\r\nIt may be necessary for you to revert the custom templates, or otherwise check that they fully support vBulletin %1$s. <strong>If you do not do this, some sections of vBulletin may not function!</strong> Please see the release announcements at the <a href=\"http://www.vbulletin.com/forum/\">vBulletin.com Forums</a> for more information.\";s:41:\"updating_style_information_for_each_style\";s:44:\"Updating style information for each style...\";s:32:\"updating_style_information_for_x\";s:57:\"Updating Style Information for \'%1$s\' and child styles...\";s:31:\"updating_styles_with_no_parents\";s:46:\"Updating style sets with no parent information\";s:21:\"updating_template_ids\";s:21:\"Updating Template IDs\";s:19:\"usage_in_expression\";s:19:\"Usage in Expression\";s:23:\"use_regular_expressions\";s:52:\"Use Regular Expressions <dfn>(see notes below)</dfn>\";s:7:\"version\";s:7:\"Version\";s:12:\"view_history\";s:12:\"View History\";s:13:\"view_original\";s:13:\"View Original\";s:13:\"view_quickref\";s:13:\"View QuickRef\";s:32:\"view_your_forum_using_this_style\";s:32:\"View Your Forum Using this Style\";s:20:\"viewing_version_of_x\";s:51:\"Viewing Version of <span class=\"normal\">%1$s</span>\";s:12:\"visited_link\";s:7:\"Visited\";s:54:\"with_a_few_exceptions_function_calls_are_not_permitted\";s:221:\"With a few exceptions, function calls are not permitted in template conditional expressions. Please go back and re-write this expression.<br /><br />The following functions are allowed in template conditional expressions:\";s:9:\"wrap_text\";s:9:\"Wrap Text\";s:20:\"wysiwyg_editor_style\";s:63:\"WYSIWYG Editor (Should usually be the same as \'%1$s\' or \'%2$s\')\";s:25:\"wysiwyg_editor_style_desc\";s:212:\"This style will be applied to the WYSIWYG editor message area. For a true what-you-see-is-what-you-get experience, this should share its settings with First Alternating Color\' but you can set whatever you choose.\";s:11:\"x_links_css\";s:14:\"%1$s Links CSS\";s:11:\"x_templates\";s:14:\"%1$s Templates\";}','a:35:{s:33:\"admin_control_panel_failed_logins\";s:33:\"Admin Control Panel Failed Logins\";s:15:\"all_log_entries\";s:15:\"All Log Entries\";s:19:\"all_scheduled_tasks\";s:19:\"All Scheduled Tasks\";s:11:\"all_scripts\";s:11:\"All Scripts\";s:67:\"are_you_sure_you_want_to_prune_x_log_entries_from_control_panel_log\";s:75:\"Are you sure you want to prune %1$s log entries from the control panel log?\";s:63:\"are_you_sure_you_want_to_prune_x_log_entries_from_moderator_log\";s:71:\"Are you sure you want to prune %1$s log entries from the moderator log?\";s:68:\"are_you_sure_you_want_to_prune_x_log_entries_from_scheduled_task_log\";s:76:\"Are you sure you want to prune %1$s log entries from the scheduled task log?\";s:47:\"control_panel_log_pruning_permission_restricted\";s:48:\"Control Panel log pruning permission restricted.\";s:24:\"control_panel_log_viewer\";s:24:\"Control Panel Log Viewer\";s:63:\"control_panel_log_viewer_page_x_y_there_are_z_total_log_entries\";s:77:\"Control Panel Log Viewer (page %1$s/%2$s) | There are %3$s total log entries.\";s:36:\"control_panel_log_viewing_restricted\";s:37:\"Control Panel log viewing restricted.\";s:2:\"id\";s:2:\"ID\";s:4:\"info\";s:4:\"Info\";s:11:\"log_entries\";s:11:\"Log Entries\";s:28:\"log_entries_to_show_per_page\";s:28:\"Log Entries to Show Per Page\";s:28:\"log_file_deletion_restricted\";s:29:\"Log file deletion restricted.\";s:20:\"moderator_log_viewer\";s:20:\"Moderator Log Viewer\";s:59:\"moderator_log_viewer_page_x_y_there_are_z_total_log_entries\";s:73:\"Moderator Log Viewer (page %1$s/%2$s) | There are %3$s total log entries.\";s:15:\"order_by_action\";s:15:\"Order By Action\";s:15:\"order_by_script\";s:15:\"Order By Script\";s:23:\"prune_control_panel_log\";s:23:\"Prune Control Panel Log\";s:17:\"prune_log_entries\";s:17:\"Prune Log Entries\";s:19:\"prune_moderator_log\";s:19:\"Prune Moderator Log\";s:24:\"prune_scheduled_task_log\";s:24:\"Prune Scheduled Task Log\";s:29:\"remove_entries_logged_by_user\";s:29:\"Remove Entries Logged by User\";s:30:\"remove_entries_older_than_days\";s:32:\"Remove Entries Older Than (Days)\";s:32:\"remove_entries_related_to_action\";s:33:\"Remove Entries Relating to Action\";s:33:\"remove_entries_relating_to_script\";s:33:\"Remove Entries Relating to Script\";s:25:\"scheduled_task_log_viewer\";s:25:\"Scheduled Task Log Viewer\";s:64:\"scheduled_task_log_viewer_page_x_y_there_are_z_total_log_entries\";s:78:\"Scheduled Task Log Viewer (page %1$s/%2$s) | There are %3$s total log entries.\";s:30:\"show_only_entries_generated_by\";s:30:\"Show Only Entries Generated By\";s:36:\"show_only_entries_relating_to_script\";s:36:\"Show Only Entries Relating to Script\";s:25:\"vbulletin_database_errors\";s:25:\"vBulletin Database Errors\";s:9:\"view_logs\";s:9:\"View Logs\";s:42:\"want_to_access_grant_access_to_this_script\";s:45:\"Want to restrict/grant access to this script?\";}','a:188:{s:21:\"add_new_automatic_ban\";s:21:\"Add New Automatic Ban\";s:15:\"add_new_avatars\";s:15:\"Add New Avatars\";s:15:\"add_new_bb_code\";s:15:\"Add New BB Code\";s:16:\"add_new_calendar\";s:16:\"Add New Calendar\";s:16:\"add_new_faq_item\";s:16:\"Add New FAQ Item\";s:13:\"add_new_forum\";s:13:\"Add New Forum\";s:14:\"add_new_plugin\";s:14:\"Add New Plugin\";s:17:\"add_new_post_icon\";s:17:\"Add New Post Icon\";s:22:\"add_new_scheduled_task\";s:22:\"Add New Scheduled Task\";s:14:\"add_new_smilie\";s:14:\"Add New Smilie\";s:20:\"add_new_subscription\";s:20:\"Add New Subscription\";s:12:\"add_new_user\";s:12:\"Add New User\";s:29:\"add_new_user_infraction_group\";s:29:\"Add New User Infraction Group\";s:29:\"add_new_user_infraction_level\";s:29:\"Add New User Infraction Level\";s:26:\"add_new_user_profile_field\";s:26:\"Add New User Profile Field\";s:17:\"add_new_user_rank\";s:17:\"Add New User Rank\";s:23:\"add_new_user_reputation\";s:23:\"Add New User Reputation\";s:18:\"add_new_user_title\";s:18:\"Add New User Title\";s:17:\"add_new_usergroup\";s:17:\"Add New Usergroup\";s:14:\"add_paymentapi\";s:19:\"Add New Payment API\";s:7:\"address\";s:7:\"Address\";s:24:\"admin_attention_required\";s:32:\"Administrator Attention Required\";s:18:\"admin_help_manager\";s:18:\"Admin Help Manager\";s:19:\"administrator_notes\";s:19:\"Administrator Notes\";s:11:\"apc_too_old\";s:200:\"Your server is running a version of the <a href=\"http://pecl.php.net/package/APC\">Alternative PHP Cache</a> (APC) that is incompatible with vBulletin 3.6. Please upgrade APC to version 3.0.0 or newer.\";s:18:\"attachment_manager\";s:18:\"Attachment Manager\";s:22:\"attachment_permissions\";s:22:\"Attachment Permissions\";s:23:\"attachment_storage_type\";s:23:\"Attachment Storage Type\";s:16:\"attachment_usage\";s:16:\"Attachment Usage\";s:31:\"attachments_awaiting_moderation\";s:23:\"Attachments to Moderate\";s:14:\"avatar_manager\";s:14:\"Avatar Manager\";s:8:\"ban_user\";s:8:\"Ban User\";s:15:\"bb_code_manager\";s:15:\"BB Code Manager\";s:20:\"business_development\";s:20:\"Business Development\";s:16:\"calendar_manager\";s:16:\"Calendar Manager\";s:20:\"calendar_permissions\";s:20:\"Calendar Permissions\";s:9:\"calendars\";s:9:\"Calendars\";s:12:\"collapse_all\";s:12:\"Collapse All\";s:14:\"collapse_group\";s:14:\"Collapse Group\";s:16:\"community_forums\";s:16:\"Community Forums\";s:18:\"control_panel_home\";s:18:\"Control Panel Home\";s:24:\"copyright_enforcement_by\";s:24:\"Copyright Enforcement By\";s:16:\"could_not_open_x\";s:57:\"<strong>Fatal Error</strong> Could not open <em>%1$s</em>\";s:40:\"currently_x_customized_templates_updated\";s:265:\"There are currently <strong>%1$s</strong> customized template(s) that need to be updated or reverted. Some sections of vBulletin may not function if you do not do this!<br />\r\n<br />\r\n<a href=\"template.php?do=findupdates%2$s\">Click here to view these templates!</a>\";s:19:\"custom_avatar_usage\";s:12:\"Avatar Usage\";s:15:\"custom_bb_codes\";s:15:\"Custom BB Codes\";s:28:\"custom_profile_picture_usage\";s:21:\"Profile Picture Usage\";s:19:\"database_data_usage\";s:10:\"Data Usage\";s:20:\"database_index_usage\";s:11:\"Index Usage\";s:7:\"dismiss\";s:7:\"Dismiss\";s:23:\"download_latest_version\";s:23:\"Download Latest Version\";s:25:\"download_upload_languages\";s:27:\"Download / Upload Languages\";s:23:\"download_upload_plugins\";s:25:\"Download / Upload Plugins\";s:22:\"download_upload_styles\";s:24:\"Download / Upload Styles\";s:38:\"download_vbulletin_x_from_members_area\";s:60:\"Click here to download vBulletin %1$s from the Members\' Area\";s:9:\"due_tasks\";s:9:\"Due Tasks\";s:20:\"eaccelerator_too_old\";s:180:\"eAccelerator for PHP must be upgraded to 0.9.3 or newer. Please view <a href=\"http://www.vbulletin.com/forum/showthread.php?p=979044#post979044\">this post</a> for more information.\";s:26:\"events_awaiting_moderation\";s:18:\"Events to Moderate\";s:12:\"expand_group\";s:12:\"Expand Group\";s:11:\"faq_manager\";s:11:\"FAQ Manager\";s:21:\"file_uploads_disabled\";s:21:\"FILE_UPLOADS Disabled\";s:20:\"find_updated_phrases\";s:20:\"Find Updated Phrases\";s:22:\"find_updated_templates\";s:22:\"Find Updated Templates\";s:15:\"forum_home_page\";s:15:\"Forum Home Page\";s:13:\"forum_manager\";s:13:\"Forum Manager\";s:17:\"forum_permissions\";s:17:\"Forum Permissions\";s:21:\"forums_and_moderators\";s:23:\"Forums &amp; Moderators\";s:20:\"graphics_development\";s:20:\"Graphics Development\";s:15:\"holiday_manager\";s:15:\"Holiday Manager\";s:16:\"language_manager\";s:16:\"Language Manager\";s:9:\"languages\";s:9:\"Languages\";s:21:\"languages_and_phrases\";s:23:\"Languages &amp; Phrases\";s:26:\"latest_version_available_x\";s:30:\"Latest version available: %1$s\";s:11:\"log_manager\";s:11:\"Log Manager\";s:15:\"manage_products\";s:15:\"Manage Products\";s:12:\"members_area\";s:13:\"Members\' Area\";s:11:\"merge_users\";s:11:\"Merge Users\";s:21:\"mmcache_not_supported\";s:223:\"Turck MMCache has been made obsolete by eAccelerator and does not function properly with vBulletin. Please view <a href=\"http://www.vbulletin.com/forum/showthread.php?p=979044#post979044\">this post</a> for more information.\";s:20:\"moderate_attachments\";s:20:\"Moderate Attachments\";s:15:\"moderate_events\";s:15:\"Moderate Events\";s:14:\"moderate_posts\";s:14:\"Moderate Posts\";s:19:\"moderate_signatures\";s:19:\"Moderate Signatures\";s:16:\"moderate_threads\";s:16:\"Moderate Threads\";s:14:\"moderate_users\";s:14:\"Moderate Users\";s:21:\"mysql_language_lookup\";s:21:\"MySQL Language Lookup\";s:21:\"mysql_max_packet_size\";s:17:\"MySQL Packet Size\";s:25:\"mysql_running_strict_mode\";s:261:\"MySQL is running in strict mode. While you may proceed, some areas of vBulletin may not function properly. It is <em>strongly recommended</em> that you set <code>$config[\'Database\'][\'force_sql_mode\']</code> to <code>true</code> in your includes/config.php file!\";s:25:\"mysql_strict_mode_warning\";s:25:\"MySQL Strict Mode Warning\";s:13:\"mysql_version\";s:13:\"MySQL Version\";s:15:\"new_posts_today\";s:15:\"New Posts Today\";s:17:\"new_threads_today\";s:17:\"New Threads Today\";s:15:\"new_users_today\";s:15:\"New Users Today\";s:18:\"news_header_string\";s:20:\"For Your Information\";s:17:\"no_frames_support\";s:63:\"Your browser does not support frames. Please get one that does!\";s:24:\"other_contributions_from\";s:24:\"Other Contributions From\";s:34:\"out_of_date_custom_templates_found\";s:35:\"Out-of-Date Custom Templates Found!\";s:18:\"paymentapi_manager\";s:19:\"Payment API Manager\";s:19:\"php_function_lookup\";s:19:\"PHP Function Lookup\";s:17:\"php_max_post_size\";s:17:\"PHP Max Post Size\";s:19:\"php_max_upload_size\";s:23:\"PHP Maximum Upload Size\";s:16:\"php_memory_limit\";s:16:\"PHP Memory Limit\";s:14:\"phrase_manager\";s:14:\"Phrase Manager\";s:51:\"please_note_deleting_this_item_will_remove_children\";s:87:\"<b>Please note</b>: deleting this item will also remove any child entries of this item.\";s:14:\"plugin_manager\";s:14:\"Plugin Manager\";s:16:\"plugins_products\";s:22:\"Plugins &amp; Products\";s:17:\"post_icon_manager\";s:17:\"Post Icon Manager\";s:21:\"post_new_announcement\";s:21:\"Post New Announcement\";s:25:\"posts_awaiting_moderation\";s:17:\"Posts to Moderate\";s:26:\"private_message_statistics\";s:26:\"Private Message Statistics\";s:31:\"problematic_php_optimizer_found\";s:31:\"Problematic PHP Optimizer Found\";s:15:\"product_manager\";s:15:\"Product Manager\";s:11:\"prune_users\";s:18:\"Prune / Move Users\";s:25:\"quick_administrator_links\";s:25:\"Quick Administrator Links\";s:21:\"quick_moderator_links\";s:21:\"Quick Moderator Links\";s:17:\"quick_user_finder\";s:17:\"Quick User Finder\";s:17:\"rebuild_bitfields\";s:17:\"Rebuild Bitfields\";s:16:\"reference_manual\";s:16:\"Reference Manual\";s:9:\"referrals\";s:9:\"Referrals\";s:22:\"repair_optimize_tables\";s:24:\"Repair / Optimize Tables\";s:28:\"replacement_variable_manager\";s:28:\"Replacement Variable Manager\";s:12:\"revert_prefs\";s:12:\"Revert Prefs\";s:9:\"rss_feeds\";s:9:\"RSS Feeds\";s:9:\"safe_mode\";s:9:\"Safe Mode\";s:22:\"scheduled_task_manager\";s:22:\"Scheduled Task Manager\";s:15:\"scheduled_tasks\";s:15:\"Scheduled Tasks\";s:16:\"search_for_users\";s:16:\"Search for Users\";s:17:\"search_in_phrases\";s:17:\"Search in Phrases\";s:19:\"search_in_templates\";s:19:\"Search in Templates\";s:19:\"search_ip_addresses\";s:19:\"Search IP Addresses\";s:11:\"search_type\";s:11:\"Search Type\";s:19:\"send_email_to_users\";s:19:\"Send Email to Users\";s:20:\"server_load_averages\";s:20:\"Server Load Averages\";s:11:\"server_type\";s:11:\"Server Type\";s:19:\"show_all_moderators\";s:19:\"Show All Moderators\";s:13:\"show_all_news\";s:13:\"Show All News\";s:14:\"smilie_manager\";s:14:\"Smilie Manager\";s:21:\"software_developed_by\";s:21:\"Software Developed By\";s:20:\"software_development\";s:20:\"Software Development\";s:19:\"statistics_and_logs\";s:21:\"Statistics &amp; Logs\";s:10:\"strip_poll\";s:10:\"Strip Poll\";s:13:\"style_manager\";s:13:\"Style Manager\";s:20:\"styles_and_templates\";s:22:\"Styles &amp; Templates\";s:20:\"subscription_manager\";s:20:\"Subscription Manager\";s:24:\"subscription_permissions\";s:24:\"Subscription Permissions\";s:30:\"sure_you_want_to_log_out_of_cp\";s:54:\"Are you sure you want to log out of the control panel?\";s:18:\"test_communication\";s:18:\"Test Communication\";s:34:\"there_is_a_newer_vbulletin_version\";s:59:\"There is a newer version of vBulletin available to download\";s:17:\"threads_and_posts\";s:19:\"Threads &amp; Posts\";s:27:\"threads_awaiting_moderation\";s:19:\"Threads to Moderate\";s:15:\"transaction_log\";s:15:\"Transaction Log\";s:25:\"transaction_log_and_stats\";s:27:\"Transaction Log &amp; Stats\";s:17:\"transaction_stats\";s:17:\"Transaction Stats\";s:32:\"unique_registered_visitors_today\";s:20:\"Unique Members Today\";s:15:\"update_counters\";s:15:\"Update Counters\";s:13:\"upload_avatar\";s:13:\"Upload Avatar\";s:16:\"upload_post_icon\";s:16:\"Upload Post Icon\";s:13:\"upload_smilie\";s:13:\"Upload Smilie\";s:12:\"useful_links\";s:12:\"Useful Links\";s:29:\"user_infraction_level_manager\";s:29:\"User Infraction Level Manager\";s:23:\"user_infraction_manager\";s:23:\"User Infraction Manager\";s:16:\"user_infractions\";s:16:\"User Infractions\";s:29:\"user_profile_field_categories\";s:29:\"User Profile Field Categories\";s:26:\"user_profile_field_manager\";s:26:\"User Profile Field Manager\";s:17:\"user_rank_manager\";s:17:\"User Rank Manager\";s:10:\"user_ranks\";s:10:\"User Ranks\";s:23:\"user_reputation_manager\";s:23:\"User Reputation Manager\";s:16:\"user_reputations\";s:16:\"User Reputations\";s:18:\"user_title_manager\";s:18:\"User Title Manager\";s:11:\"user_titles\";s:11:\"User Titles\";s:17:\"usergroup_manager\";s:17:\"Usergroup Manager\";s:20:\"userpic_storage_type\";s:25:\"User Picture Storage Type\";s:25:\"users_awaiting_moderation\";s:17:\"Users to Moderate\";s:12:\"users_online\";s:12:\"Users Online\";s:31:\"users_online_x_members_y_guests\";s:48:\"%1$s Users Online (%2$s members and %3$s guests)\";s:37:\"vbulletin_developers_and_contributors\";s:39:\"vBulletin Developers &amp; Contributors\";s:16:\"vbulletin_news_x\";s:20:\"vBulletin News: %1$s\";s:17:\"view_banned_users\";s:17:\"View Banned Users\";s:16:\"view_infractions\";s:16:\"View Infractions\";s:16:\"view_permissions\";s:16:\"View Permissions\";s:13:\"view_php_info\";s:13:\"View PHP info\";s:14:\"view_reminders\";s:14:\"View Reminders\";s:10:\"web_server\";s:10:\"Web Server\";s:44:\"welcome_to_the_vbulletin_admin_control_panel\";s:44:\"Welcome to the vBulletin Admin Control Panel\";s:48:\"welcome_to_the_vbulletin_moderator_control_panel\";s:48:\"Welcome to the vBulletin Moderator Control Panel\";s:20:\"x_y_members_z_guests\";s:35:\"%1$s (%2$s members and %3$s guests)\";s:35:\"you_are_running_vbulletin_version_x\";s:48:\"You are currently running vBulletin version %1$s\";s:20:\"you_have_x_tasks_due\";s:38:\"You have %1$s tasks now due or overdue\";s:39:\"your_version_of_vbulletin_is_up_to_date\";s:47:\"Your version of vBulletin (%1$s) is up-to-date.\";}','a:19:{s:17:\"add_new_promotion\";s:17:\"Add New Promotion\";s:15:\"edit_promotions\";s:15:\"Edit Promotions\";s:19:\"greater_or_equal_to\";s:19:\"Greater or Equal to\";s:9:\"less_than\";s:9:\"Less Than\";s:22:\"move_user_to_usergroup\";s:22:\"Move User to Usergroup\";s:34:\"move_user_to_usergroup_description\";s:108:\"Jumping is evaluated based on the time period defined in the Scheduled Tasks section (Default: Every 1 Hour)\";s:18:\"promotion_strategy\";s:18:\"Promotion Strategy\";s:19:\"promotion_strategy1\";s:29:\"Posts and Reputation and Date\";s:19:\"promotion_strategy2\";s:27:\"Posts or Reputation or Date\";s:19:\"promotion_strategy3\";s:30:\"(Posts and Reputation) or Date\";s:19:\"promotion_strategy4\";s:30:\"Posts and (Reputation or Date)\";s:19:\"promotion_strategy5\";s:30:\"(Posts or Reputation) and Date\";s:19:\"promotion_strategy6\";s:30:\"Posts or (Reputation and Date)\";s:19:\"promotion_strategy7\";s:30:\"Reputation and (Posts or Date)\";s:19:\"promotion_strategy8\";s:30:\"Reputation or (Posts and Date)\";s:30:\"promotion_strategy_description\";s:61:\"Choose the way that you wish the above values to be evaluated\";s:14:\"promotion_type\";s:14:\"Promotion Type\";s:45:\"promotion_type_description_primary_additional\";s:225:\"Type of promotion that the user is to receive. Select \'<b>Primary Usergroup</b>\' to change the user\'s main usergroup to this group or select \'<b>Additional Usergroups</b>\' to add this group to the user\'s additional usergroups\";s:26:\"reputation_comparison_type\";s:26:\"Reputation Comparison Type\";}','a:251:{s:27:\"accept_pm_only_from_buddies\";s:253:\"You may limit the receipt of private messages to just moderators and those on your <a href=\"profile.php?do=editlist\" target=\"_blank\">buddy list</a>. Other members who attempt to send messages to you will be told that you have disabled private messaging.\";s:21:\"activate_your_account\";s:21:\"Activate Your Account\";s:15:\"activation_code\";s:15:\"Activation Code\";s:20:\"add_new_user_to_list\";s:20:\"Add New User to List\";s:20:\"add_x_to_ignore_list\";s:28:\"Add %1$s to Your Ignore List\";s:22:\"additional_information\";s:22:\"Additional Information\";s:16:\"additional_users\";s:16:\"Additional Users\";s:29:\"administrators_may_send_email\";s:166:\"From time to time, the administrators may want to send you email notices.<br />\r\n						<br />\r\n						If you do not want to receive these notices, disable this option.\";s:15:\"aim_screen_name\";s:15:\"AIM Screen Name\";s:3:\"all\";s:3:\"All\";s:27:\"allow_daylight_savings_time\";s:109:\"In addition, you may set the appropriate option to allow for daylight savings time in your part of the world.\";s:28:\"allow_members_send_you_email\";s:55:\"You can allow other members to send you email messages.\";s:20:\"allow_vcard_download\";s:20:\"Allow vCard Download\";s:25:\"anyone_free_to_join_group\";s:37:\"Anyone is free to join this usergroup\";s:23:\"attachments_posted_by_x\";s:26:\"Attachments Posted by %1$s\";s:33:\"automatically_detect_dst_settings\";s:33:\"Automatically detect DST settings\";s:6:\"avatar\";s:6:\"Avatar\";s:15:\"avatar_category\";s:15:\"Avatar Category\";s:28:\"avatars_small_graphics_short\";s:84:\"Avatars are small graphics that are displayed under your username whenever you post.\";s:28:\"basic_editor_simple_text_box\";s:32:\"Basic Editor - A simple text box\";s:10:\"birth_date\";s:13:\"Date of Birth\";s:8:\"birthday\";s:8:\"Birthday\";s:31:\"board_can_be_shown_any_language\";s:155:\"Although the forum can not translate the actual contents of messages, all the controls and help text can be shown to you in any of the following languages.\";s:14:\"board_language\";s:14:\"Forum Language\";s:10:\"board_skin\";s:10:\"Forum Skin\";s:30:\"browsing_when_receive_pm_popup\";s:145:\"If you are browsing the forums when you receive a new private message, the system can pop-up a notification box informing you of the new message.\";s:27:\"can_automatically_subscribe\";s:228:\"When you post a new thread, or reply to a topic, you can choose to automatically add that thread to your list of <a href=\"%1$s\">subscribed threads</a>, with the option to receive email notification of new replies to that thread.\";s:27:\"can_email_when_sends_you_pm\";s:106:\"The forum can send a message to your email address to inform you when someone sends you a private message.\";s:26:\"cannot_leave_primary_group\";s:26:\"Cannot leave primary group\";s:26:\"choose_thread_display_mode\";s:133:\"Here you can choose the display mode for threads. For a full explanation of the modes, please view <a href=\"%1$s\">this help page</a>.\";s:5:\"clear\";s:5:\"Clear\";s:29:\"click_button_below_edit_email\";s:70:\"Please click the button below to edit your email address and password.\";s:21:\"click_here_to_email_x\";s:24:\"Click Here to Email %1$s\";s:27:\"click_save_to_add_x_to_list\";s:103:\"Click the \'Save List\' button to add %1$s to this list, or click your browser\'s \'Back\' button to cancel.\";s:7:\"comment\";s:7:\"Comment\";s:25:\"confirm_new_email_address\";s:25:\"Confirm New Email Address\";s:20:\"confirm_new_password\";s:20:\"Confirm New Password\";s:32:\"contact_admin_to_modify_birthday\";s:67:\"Please contact the Administrator if your date of birth has changed.\";s:12:\"contact_info\";s:12:\"Contact Info\";s:13:\"control_panel\";s:13:\"Control Panel\";s:17:\"coppa_information\";s:17:\"COPPA Information\";s:24:\"current_password_expired\";s:56:\"Your current password has expired. Please change it now.\";s:37:\"current_reputation_level_is_displayed\";s:220:\"Your current reputation level is displayed to other users whenever you post a message. If you would like to hide your reputation, disable this option.<br />\r\n						<br />\r\n						You currently have %1$s reputation points.\";s:17:\"current_sig_image\";s:23:\"Current signature image\";s:40:\"currently_using_x_to_store_y_attachments\";s:64:\"You are currently using %1$s to store %2$s uploaded attachments.\";s:13:\"custom_avatar\";s:13:\"Custom Avatar\";s:22:\"custom_profile_picture\";s:22:\"Custom Profile Picture\";s:17:\"custom_user_title\";s:17:\"Custom User Title\";s:17:\"date_time_options\";s:23:\"Date &amp; Time Options\";s:26:\"default_thread_age_cut_off\";s:26:\"Default Thread Age Cut Off\";s:32:\"default_thread_subscription_mode\";s:32:\"Default Thread Subscription Mode\";s:20:\"delete_current_image\";s:21:\"Delete current image?\";s:13:\"deleted_posts\";s:13:\"Deleted Posts\";s:15:\"deleted_threads\";s:15:\"Deleted Threads\";s:14:\"deleted_within\";s:14:\"Deleted within\";s:7:\"details\";s:7:\"Details\";s:11:\"display_age\";s:16:\"Display Only Age\";s:19:\"display_age_and_dob\";s:34:\"Display Age and Full Date of Birth\";s:21:\"display_day_and_month\";s:35:\"Display Only Day and Month of Birth\";s:24:\"display_permissions_form\";s:24:\"Display Permissions Form\";s:16:\"do_not_subscribe\";s:16:\"Do not subscribe\";s:20:\"do_not_use_an_avatar\";s:20:\"Do not use an avatar\";s:14:\"download_vcard\";s:14:\"Download vCard\";s:21:\"dst_correction_option\";s:21:\"DST Correction Option\";s:26:\"dst_corrections_always_off\";s:26:\"DST corrections always off\";s:25:\"dst_corrections_always_on\";s:25:\"DST corrections always on\";s:18:\"edit_email_address\";s:18:\"Edit Email Address\";s:23:\"edit_email_and_password\";s:25:\"Edit Email &amp; Password\";s:13:\"edit_password\";s:13:\"Edit Password\";s:14:\"edit_signature\";s:14:\"Edit Signature\";s:22:\"email_activation_codes\";s:22:\"Email Activation Codes\";s:18:\"email_and_password\";s:20:\"Email &amp; Password\";s:24:\"enable_private_messaging\";s:24:\"Enable Private Messaging\";s:26:\"enhanced_interface_wysiwyg\";s:41:\"Enhanced Interface - Full WYSIWYG Editing\";s:26:\"enter_password_to_continue\";s:39:\"Enter your present password to continue\";s:18:\"enter_url_to_image\";s:56:\"Option 1 - Enter the URL to the Image on Another Website\";s:32:\"entering_message_three_interface\";s:504:\"When posting messages to the forums or other members, there are three interface types available to you. The simplest of these is a simple text box, while the last is a fully-fledged WYSIWYG editor, which allows you to format your text as you want it and see the results immediately.<br />\r\n					<br />\r\n					Depending upon the capabilities of your web browser, you may not be able to use all of these options. If you experience problems when posting messages, try switching to a different interface type.\";s:7:\"expired\";s:7:\"Expired\";s:7:\"expires\";s:7:\"Expires\";s:33:\"features_private_messaging_system\";s:247:\"This forum features a <a href=\"%1$s\">private messaging system</a>, which allows members to send messages to one another privately.<br />\r\n<br />\r\nIf you do not want to send or receive private messages, you may disable the private messaging system.\";s:29:\"find_all_threads_started_by_x\";s:32:\"Find all threads started by %1$s\";s:10:\"find_posts\";s:10:\"Find Posts\";s:34:\"following_groups_available_to_join\";s:50:\"The following groups are available for you to join\";s:10:\"forum_info\";s:10:\"Forum Info\";s:15:\"give_infraction\";s:15:\"Give Infraction\";s:13:\"group_leaders\";s:13:\"Group leaders\";s:29:\"have_custom_avatar_want_as_is\";s:93:\"If you have a custom avatar and want to keep it as it is, leave the fields below as they are.\";s:16:\"hide_age_and_dob\";s:26:\"Hide Age and Date of Birth\";s:9:\"home_page\";s:9:\"Home Page\";s:13:\"home_page_url\";s:13:\"Home Page URL\";s:10:\"icq_number\";s:10:\"ICQ Number\";s:27:\"identify_as_member_of_group\";s:37:\"Identify me as a member of this group\";s:26:\"if_under_13_provide_parent\";s:88:\"If you are aged under 13, you must provide the email address of your parent or guardian.\";s:11:\"ignore_list\";s:11:\"Ignore List\";s:31:\"including_attached_and_img_code\";s:50:\"including attached images and images in [IMG] code\";s:24:\"insert_signature_picture\";s:24:\"Insert Signature Picture\";s:7:\"instant\";s:7:\"Instant\";s:14:\"invisible_mode\";s:14:\"Invisible Mode\";s:21:\"invisible_mode_allows\";s:103:\"Invisible mode allows you to browse the forums without appearing in the \'Currently Active Users\' lists.\";s:10:\"join_group\";s:10:\"Join Group\";s:18:\"joining_conditions\";s:18:\"Joining Conditions\";s:9:\"last_note\";s:9:\"Last Note\";s:10:\"last_visit\";s:10:\"Last Visit\";s:27:\"latest_infractions_received\";s:27:\"Latest Infractions Received\";s:26:\"latest_reputation_received\";s:26:\"Latest Reputation Received\";s:20:\"leader_of_this_group\";s:30:\"You are a leader of this group\";s:11:\"leave_group\";s:11:\"Leave Group\";s:27:\"let_other_visitors_know_url\";s:102:\"If you would like to let other visitors to this site know the URL of your own web site, enter it here.\";s:6:\"linear\";s:6:\"Linear\";s:12:\"list_members\";s:12:\"List Members\";s:13:\"login_privacy\";s:19:\"Login &amp; Privacy\";s:28:\"make_changes_parent_notified\";s:287:\"When you make changes to this profile, your Parent / Guardian will be notified by email.<br />\r\n				<br />\r\n				If you are over the age of 13, you should not be seeing this message. Please contact the <a href=\"%1$s\">administrator</a> with your username, and your account will be changed.\";s:31:\"may_allow_users_tdownload_vcard\";s:204:\"You may choose to allow other users to download a vCard containing your email address and username.<br />\r\n						<br />\r\n						If you want to keep your email address private, do not allow vCard downloads.\";s:31:\"may_be_identified_member_groups\";s:67:\"You may choose to be identified as a member of the following groups\";s:25:\"may_enter_identity_for_im\";s:151:\"You may enter your registered identity for the instant messaging networks if you would like other visitors to be able to contact you using that medium.\";s:31:\"may_select_predefined_as_avatar\";s:77:\"You may select one of the following pre-defined images to use as your avatar:\";s:32:\"may_upload_custom_image_controls\";s:60:\"You may upload a new custom image using the controls below. \";s:26:\"member_of_following_groups\";s:40:\"You are a member of the following groups\";s:20:\"members_of_usergroup\";s:20:\"Members of Usergroup\";s:24:\"message_editor_interface\";s:24:\"Message Editor Interface\";s:22:\"messaging_notification\";s:28:\"Messaging &amp; Notification\";s:21:\"miscellaneous_options\";s:21:\"Miscellaneous Options\";s:15:\"moderated_posts\";s:15:\"Moderated Posts\";s:17:\"moderated_threads\";s:17:\"Moderated Threads\";s:16:\"moderated_within\";s:16:\"Moderated within\";s:10:\"moderation\";s:10:\"Moderation\";s:20:\"msn_messenger_handle\";s:20:\"MSN Messenger Handle\";s:17:\"new_email_address\";s:17:\"New Email Address\";s:12:\"new_password\";s:12:\"New Password\";s:20:\"new_private_messages\";s:20:\"New Private Messages\";s:22:\"new_subscribed_threads\";s:22:\"New Subscribed Threads\";s:12:\"newest_first\";s:12:\"Newest First\";s:19:\"no_avatar_specified\";s:19:\"No Avatar Specified\";s:14:\"no_posts_found\";s:15:\"No posts found.\";s:18:\"no_profile_picture\";s:28:\"No Profile Picture Specified\";s:32:\"no_subscribed_threads_to_display\";s:79:\"There are no subscribed threads to display in this folder for this time period.\";s:30:\"note_have_custom_avatar_delete\";s:71:\"Note: if you have a custom avatar selecting this option will delete it.\";s:19:\"note_maximum_size_x\";s:52:\"Note: The maximum size of your custom image is %1$s.\";s:26:\"note_maximum_size_x_y_or_z\";s:98:\"Note: The maximum size of your custom image is %1$s by %2$s pixels or %3$s (whichever is smaller).\";s:28:\"note_maximum_size_x_y_pixels\";s:67:\"Note: The maximum size of your custom image is %1$s by %2$s pixels.\";s:12:\"oldest_first\";s:12:\"Oldest First\";s:23:\"option_to_hide_elements\";s:177:\"You have the option to show or hide various elements of messages, which may be of use to users on slow internet connections, or who want to remove extraneous clutter from posts.\";s:25:\"optional_information_will\";s:79:\"Optional Information - All information will be viewable by other forum members.\";s:25:\"or_enter_your_choice_here\";s:25:\"Or enter your choice here\";s:20:\"parent_email_address\";s:20:\"Parent Email Address\";s:21:\"parent_guardian_email\";s:23:\"Parent / Guardian Email\";s:33:\"parts_use_different_start_of_week\";s:185:\"Different parts of the world traditionally use a different day as the start of the week. Select the appropriate day for your region here, in order to have the calendar appear correctly.\";s:20:\"pm_from_buddies_only\";s:57:\"Receive Private Messages only from Buddies and Moderators\";s:6:\"points\";s:6:\"Points\";s:10:\"post_count\";s:10:\"Post Count\";s:22:\"posts_to_show_per_page\";s:32:\"Number of Posts to Show Per Page\";s:12:\"predefined_x\";s:16:\"Pre-defined %1$s\";s:17:\"preview_signature\";s:17:\"Preview Signature\";s:13:\"primary_users\";s:13:\"Primary Users\";s:26:\"print_new_permissions_form\";s:67:\"To print out a new permissions form, please click the button below.\";s:7:\"privacy\";s:7:\"Privacy\";s:17:\"private_messaging\";s:17:\"Private Messaging\";s:7:\"profile\";s:7:\"Profile\";s:18:\"profile_infraction\";s:18:\"Profile Infraction\";s:15:\"profile_picture\";s:15:\"Profile Picture\";s:20:\"profile_picture_desc\";s:94:\"Profile pictures are small pictures of your self, that are displayed within your user profile.\";s:15:\"profile_warning\";s:15:\"Profile Warning\";s:18:\"reason_for_request\";s:41:\"Please state your reason for this request\";s:20:\"receive_admin_emails\";s:20:\"Receive Admin Emails\";s:13:\"receive_email\";s:13:\"Receive Email\";s:39:\"receive_email_from_bulletin_board_staff\";s:33:\"Receive Email from Administrators\";s:32:\"receive_email_from_other_members\";s:32:\"Receive Email from Other Members\";s:29:\"receive_email_notification_pm\";s:50:\"Receive Email Notification of New Private Messages\";s:24:\"receive_private_messages\";s:24:\"Receive Private Messages\";s:19:\"receive_user_emails\";s:30:\"Receive Email from Other Users\";s:9:\"referrals\";s:9:\"Referrals\";s:8:\"referrer\";s:8:\"Referrer\";s:33:\"registration_required_information\";s:60:\"Registration Required Information - All fields are required.\";s:21:\"remove_selected_users\";s:23:\"Remove Selected User(s)\";s:22:\"remove_user_from_lists\";s:242:\"To remove a user from either the Buddy or Ignore Lists, un-tick the box next to their name and click the \'Save List\' button.<br />\r\n<br />\r\nTo add a user to either list, enter their name in the empty boxes for that list and click \'Save List\'.\";s:28:\"remove_x_from_your_buddylist\";s:32:\"Remove %1$s from your Buddy List\";s:29:\"remove_x_from_your_ignorelist\";s:33:\"Remove %1$s from your Ignore List\";s:34:\"request_activation_code_sent_email\";s:145:\"To request for your activation code to be sent to you by email, please enter your registered email address in the box below then submit the form.\";s:21:\"request_to_join_group\";s:21:\"Request to Join Group\";s:39:\"request_to_join_x__moderated_by_leaders\";s:79:\"Your request to join group \'%1$s\' will be moderated by one of the group leaders\";s:24:\"requested_to_join_x_at_y\";s:71:\"You requested to join this group %1$s at <span class=\"time\">%2$s</span>\";s:27:\"requests_approved_by_leader\";s:52:\"Requests to join must be approved by a group leader.\";s:7:\"reverse\";s:7:\"Reverse\";s:8:\"reversed\";s:8:\"Reversed\";s:9:\"save_list\";s:9:\"Save List\";s:14:\"save_signature\";s:14:\"Save Signature\";s:14:\"search_members\";s:14:\"Search Members\";s:58:\"send_notification_email_when_a_private_message_is_received\";s:58:\"Send Notification Email When a Private Message is Received\";s:12:\"send_request\";s:12:\"Send Request\";s:20:\"settings_and_options\";s:22:\"Settings &amp; Options\";s:16:\"show_all_threads\";s:16:\"Show all threads\";s:12:\"show_avatars\";s:12:\"Show Avatars\";s:28:\"show_enhanced_editor_toolbar\";s:38:\"Show Enhanced (WYSIWYG) Editor Toolbar\";s:11:\"show_images\";s:11:\"Show Images\";s:24:\"show_my_reputation_level\";s:24:\"Show My Reputation Level\";s:13:\"show_pm_popup\";s:44:\"Show New Private Message Notification Pop-up\";s:15:\"show_signatures\";s:15:\"Show Signatures\";s:28:\"show_standard_editor_toolbar\";s:28:\"Show Standard Editor Toolbar\";s:21:\"show_x_posts_per_page\";s:24:\"Show %1$s Posts Per Page\";s:17:\"signature_picture\";s:17:\"Signature Picture\";s:10:\"skype_name\";s:10:\"Skype Name\";s:32:\"standard_editor_extra_formatting\";s:43:\"Standard Editor - Extra formatting controls\";s:17:\"start_of_the_week\";s:17:\"Start of the Week\";s:17:\"subscribed_forums\";s:17:\"Subscribed Forums\";s:18:\"switch_skin_select\";s:240:\"There is more than one skin in which you can view the forums. If you would like to switch to a different skin, select it from this list.<br />\r\n						<br />\r\n						Please note that some forums here may override your skin choice temporarily.\";s:19:\"thread_display_mode\";s:19:\"Thread Display Mode\";s:22:\"thread_display_options\";s:22:\"Thread Display Options\";s:8:\"threaded\";s:8:\"Threaded\";s:31:\"time_auto_corrected_to_location\";s:187:\"All timestamps displayed on the forums can be automatically corrected to show the correct time for your location in the world. Simply select the appropriate time zone from the list below.\";s:30:\"time_period_to_display_threads\";s:118:\"You may specify a time period from which to display threads. Threads older than the age you specify will not be shown.\";s:9:\"time_zone\";s:9:\"Time Zone\";s:31:\"title_appears_beneath_your_name\";s:157:\"This is the title that appears beneath your name on your posts. Check the \'Reset\' box if you wish to use the default title for your usergroup and post count.\";s:23:\"to_delete_a_folder_subs\";s:76:\"To <strong>delete</strong> a folder, remove the folder\'s name from the list.\";s:11:\"total_posts\";s:11:\"Total Posts\";s:20:\"update_display_group\";s:20:\"Update Display Group\";s:26:\"upload_image_from_computer\";s:31:\"Upload Image From Your Computer\";s:30:\"upload_sig_image_from_computer\";s:60:\"Upload a image to be used as a signature from your computer.\";s:24:\"upload_signature_picture\";s:24:\"Upload Signature Picture\";s:17:\"use_custom_avatar\";s:17:\"Use Custom Avatar\";s:17:\"use_forum_default\";s:17:\"Use Forum Default\";s:18:\"use_invisible_mode\";s:18:\"Use Invisible Mode\";s:19:\"use_profile_picture\";s:19:\"Use Profile Picture\";s:30:\"use_set_posts_before_splitting\";s:112:\"Use this option to set the number of posts to show in a thread before splitting the display into multiple pages.\";s:10:\"user_group\";s:10:\"User Group\";s:10:\"user_notes\";s:10:\"User Notes\";s:12:\"user_options\";s:12:\"User Options\";s:10:\"user_title\";s:10:\"User Title\";s:26:\"view_complete_members_list\";s:65:\"To view the complete members list, click <a href=\"%1$s\">here</a>.\";s:13:\"view_requests\";s:13:\"View Requests\";s:21:\"visible_post_elements\";s:21:\"Visible Post Elements\";s:17:\"visit_xs_homepage\";s:22:\"Visit %1$s\'s homepage!\";s:6:\"weekly\";s:6:\"Weekly\";s:9:\"x_avatars\";s:12:\"%1$s avatars\";s:21:\"x_has_no_contact_info\";s:32:\"%1$s has no contact information.\";s:38:\"x_is_not_a_member_of_any_public_groups\";s:41:\"%1$s is not a member of any public groups\";s:14:\"x_points_total\";s:19:\"%1$s point(s) total\";s:15:\"x_posts_per_day\";s:18:\"%1$s posts per day\";s:9:\"xs_avatar\";s:13:\"%1$s\'s Avatar\";s:10:\"xs_picture\";s:22:\"%1$s\'s Profile Picture\";s:22:\"yahoo_messenger_handle\";s:23:\"Yahoo! Messenger Handle\";s:13:\"year_optional\";s:15:\"Year (Optional)\";s:23:\"you_have_no_attachments\";s:23:\"You have no attachments\";s:27:\"you_leader_following_groups\";s:40:\"You are a leader of the following groups\";s:36:\"you_lost_activation_code_or_username\";s:149:\"If you have lost your activation code or you have forgotten your username,<br /><a href=\"%1$s\">click here</a> to have the codes emailed to you again.\";s:19:\"your_current_avatar\";s:19:\"Your Current Avatar\";s:28:\"your_current_profile_picture\";s:28:\"Your Current Profile Picture\";s:30:\"your_current_signature_picture\";s:30:\"Your Current Signature Picture\";s:26:\"your_current_user_title_is\";s:26:\"Your current user title is\";s:18:\"your_date_of_birth\";s:194:\"Your date of birth and age are displayed in several places on the forum.  Only the administrator will have access to your date of birth should you choose to hide it via the privacy option below.\";s:20:\"your_profile_picture\";s:20:\"Your Profile Picture\";s:14:\"your_signature\";s:14:\"Your Signature\";}','a:27:{s:18:\"action_leave_blank\";s:102:\"Action:<dfn>- leave blank to make a general topic<br />- use commas to separate multiple actions</dfn>\";s:22:\"action_specific_topics\";s:22:\"Action Specific Topics\";s:18:\"add_child_faq_item\";s:18:\"Add Child FAQ Item\";s:16:\"add_new_faq_item\";s:16:\"Add New FAQ Item\";s:13:\"add_new_topic\";s:13:\"Add New Topic\";s:10:\"admin_help\";s:10:\"Admin Help\";s:18:\"admin_help_manager\";s:18:\"Admin Help Manager\";s:11:\"all_scripts\";s:11:\"All Scripts\";s:38:\"are_you_sure_want_to_delete_faq_item_x\";s:163:\"Are you <b>sure</b> you want to delete the FAQ item called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:35:\"are_you_sure_want_to_delete_topic_x\";s:160:\"Are you <b>sure</b> you want to delete the topic called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:25:\"download_upload_adminhelp\";s:28:\"Download / Upload Admin Help\";s:11:\"edit_topics\";s:11:\"Edit Topics\";s:21:\"faq_link_name_changed\";s:21:\"FAQ Link Name Changed\";s:11:\"faq_manager\";s:11:\"FAQ Manager\";s:14:\"general_topics\";s:14:\"General Topics\";s:26:\"import_admin_help_xml_file\";s:26:\"Import Admin Help XML File\";s:32:\"imported_admin_help_successfully\";s:32:\"Imported Admin Help Successfully\";s:20:\"importing_admin_help\";s:20:\"Importing Admin Help\";s:18:\"no_parent_faq_item\";s:18:\"No Parent FAQ Item\";s:15:\"parent_faq_item\";s:15:\"Parent FAQ Item\";s:22:\"quick_help_topic_links\";s:22:\"Quick Help Topic Links\";s:22:\"show_child_faq_entries\";s:22:\"Show Child FAQ Entries\";s:37:\"sorry_there_is_already_an_item_called\";s:38:\"Sorry, there is already an item called\";s:54:\"to_maintain_compatibility_with_the_system_name_changed\";s:260:\"To maintain compatibility with the system, your specified link name:<br /> <blockquote><div><b>%1$s</b></div></blockquote> has been replaced with the following:<br /> <blockquote><div><b>%2$s</b></div></blockquote> You may edit the replacement link name below.\";s:5:\"topic\";s:5:\"Topic\";s:13:\"topic_manager\";s:13:\"Topic Manager\";s:38:\"you_may_not_call_your_faq_items_vb_xxx\";s:70:\"You may not call your FAQ items \'vb_xxx\'.\\nPlease choose another name.\";}','a:55:{s:16:\"add_column_names\";s:16:\"Add Column Names\";s:13:\"affected_rows\";s:27:\"Affected Rows: %1$s (%2$ss)\";s:26:\"all_unique_indexes_checked\";s:134:\"All unique indexes checked and corrected as necessary.<br /><br />Click the <em>Proceed</em> button to return to the main repair page.\";s:20:\"allow_vcard_download\";s:20:\"Allow vCard Download\";s:51:\"an_error_occured_while_attempting_to_run_your_query\";s:147:\"An error occurred while attempting to execute your query. The following information was returned.\r\n<br />error number: %1$s\r\n<br />error desc: %2$s\";s:10:\"auto_query\";s:160:\"Automatic Query<dfn>Helpful, predefined queries for mass updating the settings of users and posts. Once a query is executed it can <b>not</b> be reversed.</dfn>\";s:39:\"backup_database_to_a_file_on_the_server\";s:39:\"Backup database to a file on the server\";s:19:\"backup_file_warning\";s:209:\"<strong>Warning</strong>: The file path specified here will save the backup within the web root, meaning that anybody can download it. We recommend that you specify a more secure location to store your backup.\";s:23:\"confirm_query_execution\";s:23:\"Confirm Query Execution\";s:26:\"convert_tables_from_x_to_y\";s:32:\"Convert Tables From %1$s to %2$s\";s:21:\"convert_x_from_y_to_z\";s:30:\"Convert %1$s From %2$s to %3$s\";s:21:\"creating_unique_index\";s:24:\"Creating unique index...\";s:35:\"csv_backup_of_single_database_table\";s:35:\"CSV backup of single database table\";s:11:\"data_length\";s:11:\"Data Length\";s:35:\"database_table_to_include_in_backup\";s:36:\"Database tables to include in backup\";s:27:\"deleted_duplicate_occurence\";s:27:\"Deleted duplicate occurence\";s:15:\"display_avatars\";s:15:\"Display Avatars\";s:13:\"display_email\";s:13:\"Display Email\";s:14:\"display_images\";s:14:\"Display Images\";s:18:\"display_reputation\";s:18:\"Display Reputation\";s:18:\"display_signatures\";s:18:\"Display Signatures\";s:25:\"dropping_non_unique_index\";s:28:\"Dropping non-unique index...\";s:17:\"execute_sql_query\";s:17:\"Execute SQL Query\";s:18:\"fix_unique_indexes\";s:18:\"Fix Unique Indexes\";s:24:\"fix_unique_indexes_intro\";s:496:\"	If for whatever reason the UNIQUE indexes in your database\r\n	have been lost (usually this happens after importing an\r\n	incomplete or corrupt SQL dump) you may find strange behavior,\r\n	particularly when using the language and template systems.<br />\r\n	<br />\r\n	This system will attempt to correct the problem and rebuild your\r\n	UNIQUE indexes.<br />\r\n	<br />\r\n	Please ensure that the <em>mysql-schema.php</em> file is present\r\n	in the <em>install</em> folder on your web server before continuing.\";s:35:\"found_x_duplicate_record_occurences\";s:38:\"Found %1$s duplicate record occurences\";s:12:\"index_length\";s:12:\"Index Length\";s:14:\"invisible_mode\";s:14:\"Invisible Mode\";s:11:\"isam_tables\";s:11:\"ISAM Tables\";s:12:\"manual_query\";s:114:\"Manual Query<dfn>Only one query can be run at a time. Once a query is executed it can <b>not</b> be reversed</dfn>\";s:12:\"newest_first\";s:12:\"Newest First\";s:12:\"oldest_first\";s:12:\"Oldest First\";s:15:\"optimize_tables\";s:15:\"Optimize Tables\";s:8:\"overhead\";s:8:\"Overhead\";s:31:\"path_and_file_to_save_backup_to\";s:131:\"Path and name of file to save backup to:<dfn>Your web server must have access to write to this directory (usually chmod 0777)</dfn>\";s:18:\"php_backup_warning\";s:163:\"Database backup via PHP is only recommended for those with small databases as timeouts may occur. Saving to the server or backup via command line is more reliable.\";s:5:\"query\";s:5:\"Query\";s:25:\"query_may_modify_database\";s:182:\"This query may modify data in your database. If this change is done in error, it is possible that you will not be able to recover from this change. Are you sure you wish to continue?\";s:15:\"quote_character\";s:15:\"Quote Character\";s:20:\"receive_admin_emails\";s:20:\"Receive Admin Emails\";s:24:\"receive_private_messages\";s:24:\"Receive Private Messages\";s:22:\"repair_optimize_tables\";s:24:\"Repair / Optimize Tables\";s:13:\"repair_tables\";s:13:\"Repair Tables\";s:33:\"replacing_unique_index_on_table_x\";s:36:\"Replacing unique index on table %1$s\";s:24:\"results_to_show_per_page\";s:24:\"Results to Show Per Page\";s:11:\"results_x_y\";s:21:\"Results: %1$s (%2$ss)\";s:58:\"send_notification_email_when_a_private_message_is_received\";s:58:\"Send Notification Email When a Private Message is Received\";s:19:\"separator_character\";s:19:\"Separator Character\";s:28:\"show_enhanced_editor_toolbar\";s:38:\"Show Enhanced (WYSIWYG) Editor Toolbar\";s:28:\"show_standard_editor_toolbar\";s:28:\"Show Standard Editor Toolbar\";s:10:\"table_name\";s:10:\"Table Name\";s:24:\"table_x_has_unique_index\";s:37:\"Table %1$s already has a unique index\";s:43:\"this_table_does_not_support_repair_optimize\";s:45:\"This Table Does Not Support Repair / Optimize\";s:19:\"thread_display_mode\";s:19:\"Thread Display Mode\";s:49:\"you_are_running_mysql_version_x_convert_to_myisam\";s:337:\"You are running MySQL version <b>%1$s</b> which supports a new table format called <i>MyISAM</i>.<br />\r\n<br />\r\nThe <i>ISAM</i>format does not support repair/optimize so you will need to convert tables to <i>MyISAM</i> before they can be repaired/optimized.<br />\r\n<br />\r\nThe following tables are using the obsolete <i>ISAM</i> format.\";}','a:110:{s:28:\"2checkout_order_instructions\";s:103:\"To pay for your subscription via 2Checkout click the button below and follow the onscreen instructions.\";s:6:\"active\";s:6:\"Active\";s:18:\"add_new_paymentapi\";s:19:\"Add New Payment API\";s:20:\"add_new_subscription\";s:20:\"Add New Subscription\";s:8:\"add_user\";s:8:\"Add User\";s:12:\"all_currency\";s:12:\"All Currency\";s:14:\"all_processors\";s:14:\"All Processors\";s:17:\"all_subscriptions\";s:17:\"All Subscriptions\";s:9:\"all_types\";s:9:\"All Types\";s:31:\"allowed_can_access_subscription\";s:47:\"Allowed: Usergroup can access this subscription\";s:6:\"amount\";s:6:\"Amount\";s:40:\"are_you_sure_want_to_delete_paymentapi_x\";s:166:\"Are you <b>sure</b> you want to delete the Payment API called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:42:\"are_you_sure_want_to_delete_subscription_x\";s:167:\"Are you <b>sure</b> you want to delete the subscription called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:11:\"aus_dollars\";s:18:\"Australian Dollars\";s:31:\"authorizenet_order_instructions\";s:109:\"To pay for your subscription using Authorize.Net click the button below and follow the onscreen instructions.\";s:23:\"available_subscriptions\";s:23:\"Available Subscriptions\";s:11:\"cad_dollars\";s:16:\"Canadian Dollars\";s:20:\"can_use_subscription\";s:20:\"Can Use Subscription\";s:25:\"ccbill_order_instructions\";s:100:\"To pay for your subscription via CCBill click the button below and follow the onscreen instructions.\";s:12:\"ccbill_subid\";s:12:\"CCBill SubID\";s:6:\"charge\";s:6:\"Charge\";s:9:\"classname\";s:9:\"Classname\";s:28:\"clickbank_order_instructions\";s:160:\"To pay for your subscription using <a href=\"http://www.clickbank.com\" target=\"_blank\">ClickBank</a> click the button below and follow the onscreen instructions.\";s:4:\"cost\";s:4:\"Cost\";s:8:\"currency\";s:8:\"Currency\";s:34:\"denied_can_not_access_subscription\";s:50:\"Denied: Usergroup can not access this subscription\";s:8:\"disabled\";s:8:\"Disabled\";s:73:\"doing_this_will_remove_all_of_this_subscriptions_members_and_their_access\";s:75:\"Doing this will remove all of this subscription\'s members and their access!\";s:8:\"duration\";s:8:\"Duration\";s:23:\"edit_subscription_for_x\";s:26:\"Edit Subscription for %1$s\";s:60:\"edit_usergroup_permissions_for_usergroup_x_in_subscription_y\";s:84:\"Edit Subscription Permissions For Usergroup: </b>%1$s<b> in Subscription </b>%2$s<b>\";s:5:\"euros\";s:5:\"Euros\";s:11:\"expiry_date\";s:11:\"Expiry Date\";s:7:\"failure\";s:7:\"Failure\";s:41:\"here_you_can_select_which_forums_the_user\";s:408:\"Here you can select which forums the user will be able to access once subscribed.<br /><br />Selecting \"yes\" will allow this user access to the forum.<br /><br />Selecting \"default\" will use default permissions settings for their usergroup.<br /><br />(Please note that the permission inheritance system still works here)<br /><br />(Ensure that you have access masks enabled before attempting to use these!)\";s:28:\"length_x_units_y_recurring_z\";s:13:\"%1$s %2$s%3$s\";s:31:\"moneybookers_order_instructions\";s:166:\"To pay for your subscription using <a href=\"http://www.moneybookers.com\" target=\"_blank\">MoneyBookers</a> click the button below and follow the onscreen instructions.\";s:9:\"no_change\";s:9:\"No Change\";s:25:\"nochex_order_instructions\";s:154:\"To pay for your subscription using <a href=\"http://www.nochex.com\" target=\"_blank\">NOCHEX</a> click the button below and follow the onscreen instructions.\";s:5:\"order\";s:5:\"Order\";s:13:\"order_using_x\";s:16:\"Order Using %1$s\";s:19:\"payment_api_manager\";s:19:\"Payment API Manager\";s:10:\"paymentapi\";s:11:\"Payment API\";s:11:\"paypal_only\";s:11:\"Paypal Only\";s:25:\"paypal_order_instructions\";s:154:\"To pay for your subscription using <a href=\"http://www.paypal.com\" target=\"_blank\">PayPal</a> click the button below and follow the onscreen instructions.\";s:15:\"pounds_sterling\";s:15:\"Pounds Sterling\";s:9:\"processor\";s:9:\"Processor\";s:9:\"recurring\";s:9:\"Recurring\";s:8:\"required\";s:8:\"Required\";s:8:\"reversal\";s:8:\"Reversal\";s:21:\"select_payment_method\";s:21:\"Select Payment Method\";s:34:\"setting_2checkout_secret_word_desc\";s:79:\"The secret word as set within the Look and Feel page of your 2Checkout account.\";s:35:\"setting_2checkout_secret_word_title\";s:21:\"2Checkout Secret Word\";s:37:\"setting_2checkout_twocheckout_id_desc\";s:25:\"Your numerical vendor ID.\";s:38:\"setting_2checkout_twocheckout_id_title\";s:26:\"2Checkout Vendor ID Number\";s:43:\"setting_authorizenet_authorize_loginid_desc\";s:32:\"Your Login ID for Authorize.Net.\";s:44:\"setting_authorizenet_authorize_loginid_title\";s:22:\"Authorize.Net Login ID\";s:45:\"setting_authorizenet_authorize_md5secret_desc\";s:177:\"The MD5 Hash Security key as specified within the Security section of the Authorize.Net merchant account system. (This is not required by default so a blank setting is possible)\";s:46:\"setting_authorizenet_authorize_md5secret_title\";s:21:\"MD5 Hash Security Key\";s:32:\"setting_authorizenet_txnkey_desc\";s:106:\"The transaction key as specified within the Security section of the Authorize.Net merchant account system.\";s:33:\"setting_authorizenet_txnkey_title\";s:29:\"Authorize.Net Transaction Key\";s:32:\"setting_ccbill_clientAccnum_desc\";s:56:\"This is the main account number for your CCBill account.\";s:33:\"setting_ccbill_clientAccnum_title\";s:33:\"CCBill Client Main Account Number\";s:32:\"setting_ccbill_clientSubacc_desc\";s:122:\"This is the four digit code that corresponds to the sub account that you have create within CCBill for use with vBulletin.\";s:33:\"setting_ccbill_clientSubacc_title\";s:32:\"CCBill Client Sub Account Number\";s:28:\"setting_ccbill_formName_desc\";s:118:\"The Form Name Code corresponds to the 3 (or more) digit code that you have created within CCBill for this sub account.\";s:29:\"setting_ccbill_formName_title\";s:26:\"CCBill Form Character Code\";s:28:\"setting_ccbill_password_desc\";s:232:\"This is the password to access the CCBill Datalink server.  This is not required to utilize CCBill as a payment processor but it is required if you want subsciptions to be updated when a payment is refunded, voided, or charged back.\";s:29:\"setting_ccbill_password_title\";s:17:\"Datalink Password\";s:30:\"setting_ccbill_secretword_desc\";s:106:\"A secret word can be used to increase the security of accepting CCBill transactions. This is not required.\";s:31:\"setting_ccbill_secretword_title\";s:18:\"CCBill Secret Word\";s:28:\"setting_ccbill_username_desc\";s:232:\"This is the username to access the CCBill Datalink server.  This is not required to utilize CCBill as a payment processor but it is required if you want subsciptions to be updated when a payment is refunded, voided, or charged back.\";s:29:\"setting_ccbill_username_title\";s:17:\"Datalink Username\";s:33:\"setting_moneybookers_mbemail_desc\";s:101:\"Please enter your MoneyBookers email, all references to the subscription service will use this email.\";s:34:\"setting_moneybookers_mbemail_title\";s:18:\"MoneyBookers Email\";s:34:\"setting_moneybookers_mbsecret_desc\";s:64:\"Secret Word in lowercase as typed into your Moneybookers Profile\";s:35:\"setting_moneybookers_mbsecret_title\";s:24:\"Moneybookers Secret Word\";s:28:\"setting_nochex_ncxemail_desc\";s:95:\"Please enter your NoChex email, all references to the subscription service will use this email.\";s:29:\"setting_nochex_ncxemail_title\";s:12:\"NoChex Email\";s:27:\"setting_paypal_ppemail_desc\";s:95:\"Please enter your PayPal email, all references to the subscription service will use this email.\";s:28:\"setting_paypal_ppemail_title\";s:12:\"PayPal Email\";s:32:\"setting_paypal_primaryemail_desc\";s:130:\"Your PayPal primary account email that corresponds to the address above, this is required for recurring subscription verification.\";s:33:\"setting_paypal_primaryemail_title\";s:28:\"Paypal Primary Account Email\";s:37:\"setting_worldpay_worldpay_instid_desc\";s:154:\"The Install ID that is generated by the WorldPay CMS for the subscription callback. Please read the manual for instructions on how to change the password.\";s:38:\"setting_worldpay_worldpay_instid_title\";s:24:\"WorldPay Installation ID\";s:39:\"setting_worldpay_worldpay_password_desc\";s:94:\"The password entered during the creation of the subscription callback within the WorldPay CMS.\";s:40:\"setting_worldpay_worldpay_password_title\";s:26:\"WorldPay Callback Password\";s:16:\"shipping_address\";s:16:\"Shipping Address\";s:33:\"showing_subscriptions_x_to_y_of_z\";s:42:\"Showing Subscriptions %1$s to %2$s of %3$s\";s:32:\"showing_transactions_x_to_y_of_z\";s:41:\"Showing Transactions %1$s to %2$s of %3$s\";s:19:\"subscription_length\";s:19:\"Subscription Length\";s:20:\"subscription_manager\";s:20:\"Subscription Manager\";s:24:\"subscription_permissions\";s:24:\"Subscription Permissions\";s:32:\"subscription_permissions_manager\";s:32:\"Subscription Permissions Manager\";s:18:\"supported_currency\";s:18:\"Supported Currency\";s:18:\"supports_recurring\";s:27:\"Supports Recurring Payments\";s:3:\"tax\";s:3:\"Tax\";s:28:\"to_pay_for_your_subscription\";s:148:\"To pay for your subscription, please click the order button next to your preferred payment method and follow the instructions on the following page.\";s:19:\"transaction_details\";s:19:\"Transaction Details\";s:15:\"transaction_log\";s:15:\"Transaction Log\";s:18:\"transaction_lookup\";s:18:\"Transaction Lookup\";s:17:\"transaction_stats\";s:17:\"Transaction Stats\";s:13:\"transactionid\";s:14:\"Transaction ID\";s:18:\"twocheckout_prodid\";s:10:\"2CO ProdID\";s:4:\"type\";s:4:\"Type\";s:10:\"us_dollars\";s:12:\"U.S. Dollars\";s:32:\"validity_periods_marked_indicate\";s:191:\"Validity periods marked <strong class=\"highlight\">*</strong> indicate that purchasing this subscription is recurring, this means after the period is complete it will automatically be renewed.\";s:10:\"view_users\";s:10:\"View Users\";s:27:\"worldpay_order_instructions\";s:104:\"To pay for your subscription using WorldPay click the button below and follow the onscreen instructions.\";s:14:\"x_subscription\";s:17:\"%1$s Subscription\";}','a:86:{s:16:\"add_new_language\";s:16:\"Add New Language\";s:14:\"add_new_phrase\";s:14:\"Add New Phrase\";s:13:\"all_languages\";s:13:\"All Languages\";s:17:\"all_phrase_groups\";s:17:\"ALL PHRASE GROUPS\";s:12:\"all_products\";s:12:\"All Products\";s:38:\"are_you_sure_want_to_delete_language_x\";s:163:\"Are you <b>sure</b> you want to delete the language called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:36:\"are_you_sure_want_to_delete_phrase_x\";s:161:\"Are you <b>sure</b> you want to delete the phrase called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:26:\"calformat1_format_override\";s:113:\"Birthday Date Format Override <dfn>Use this to override the default birthday (<b>with Year</b>) date format</dfn>\";s:26:\"calformat2_format_override\";s:162:\"Birthday Date Format Override <dfn>Use this to override the default birthday (<b>without Year</b>) date format<br /><i>DO NOT put in a code for the year</i></dfn>\";s:14:\"case_sensitive\";s:14:\"Case-Sensitive\";s:17:\"copy_default_text\";s:17:\"Copy Default Text\";s:19:\"create_new_language\";s:19:\"Create New Language\";s:32:\"creating_a_new_language_called_x\";s:44:\"Creating a new language called \'<i>%1$s</i>\'\";s:15:\"custom_language\";s:15:\"Custom Language\";s:13:\"custom_phrase\";s:13:\"Custom Phrase\";s:20:\"date_format_override\";s:306:\"Date Format Override\r\n<dfn>See: <a href=\"http://www.php.net/manual-lookup.php?function=strftime\" target=\"_blank\">http://www.php.net/manual-lookup.php?function=strftime</a><br /><br />\r\n<b>Examples:</b><br />\r\nEuropean Format (e.g., 25-04-98): %d-%m-%y<br />\r\nDefault Date Format for this Locale: %x\r\n</dfn>\";s:20:\"date_time_formatting\";s:294:\"Date / Time Formatting<dfn>If a locale is defined, you must use the formatting found <a href=\"http://www.php.net/manual/en/function.strftime.php\" target=\"_blank\">here</a>, otherwise use the formatting found <a href=\"http://www.php.net/manual/en/function.date.php\" target=\"_blank\">here</a></dfn>\";s:17:\"decimal_separator\";s:192:\"Decimal Separator <dfn>(The character used to separate integers from floating point number components, such as the . used in 0.01. To specify a space, please use the underscore <b>_</b>)</dfn>\";s:27:\"default_phrase_updated_desc\";s:120:\"Default Phrase Updated in <i>%1$s</i> by <b>%2$s</b><br />\r\nYour Custom Phrase Last Edited in <i>%3$s</i> by <b>%4$s</b>\";s:12:\"default_text\";s:12:\"Default Text\";s:21:\"default_text_is_empty\";s:76:\"Copying the default text would be tricky, as you haven\'t typed anything yet!\";s:24:\"delete_all_orphans_notes\";s:81:\"You have chosen to delete all orphan phrases. Click the button below to continue.\";s:49:\"deleting_this_language_will_delete_custom_phrases\";s:93:\"Deleting this language will delete any customized phrases you have created for this language.\";s:24:\"download_upload_language\";s:26:\"Download / Upload Language\";s:13:\"edit_settings\";s:13:\"Edit Settings\";s:26:\"edit_translate_x_y_phrases\";s:34:\"Edit / Translate %1$s %2$s Phrases\";s:29:\"enable_directional_markup_fix\";s:29:\"Enable Directional Markup Fix\";s:29:\"find_and_replace_in_languages\";s:29:\"Find and Replace in Languages\";s:19:\"find_orphan_phrases\";s:19:\"Find Orphan Phrases\";s:20:\"find_updated_phrases\";s:20:\"Find Updated Phrases\";s:16:\"general_settings\";s:16:\"General Settings\";s:12:\"html_charset\";s:140:\"HTML Character Set\r\n<dfn>This is the value of the \'charset\' attribute for the HTML content type setting in the \'headinclude\' template.</dfn>\";s:54:\"if_you_delete_this_phrase_translations_will_be_deleted\";s:117:\"If you choose to delete this phrase, you will also lose any translated versions of the phrase in other language sets.\";s:39:\"if_you_would_like_to_remove_this_phrase\";s:39:\"If You Would Like to Remove this Phrase\";s:23:\"ignore_language_version\";s:119:\"Ignore Language Version <dfn>Use language file <b>even</b> if it was created by a different version of vBulletin?</dfn>\";s:21:\"image_folder_override\";s:196:\"Image Folder Override <dfn>Use this to override the images folder associated with the style being used.</dfn> <dfn>You may use &lt;#&gt; to represent the style ID the user is currently using</dfn>\";s:24:\"import_language_xml_file\";s:24:\"Import Language XML File\";s:18:\"importing_language\";s:18:\"Importing Language\";s:22:\"include_custom_phrases\";s:22:\"Include Custom Phrases\";s:44:\"insert_into_master_language_developer_option\";s:57:\"Insert into MASTER LANGUAGE <dfn>(Developer Option)</dfn>\";s:19:\"is_default_language\";s:19:\"Is Default Language\";s:18:\"just_fetch_phrases\";s:91:\"Just fetch phrases\r\n<dfn>(No language settings will be included if \'Yes\' is selected)</dfn>\";s:4:\"keep\";s:4:\"Keep\";s:8:\"keep_all\";s:8:\"Keep All\";s:18:\"keep_orphans_notes\";s:169:\"Shown here are all the translations for the orphan phrases you want to keep. You must choose one translation of each phrase to become the default version of that phrase.\";s:13:\"language_code\";s:234:\"Language Code <dfn>This is the abbreviation your language uses, such as &quot;en&quot; or &quot;en-US&quot;. See <a href=\"http://www.loc.gov/standards/iso639-2/php/English_list.php\" target=\"_blank\">here</a> for more information.</dfn>\";s:16:\"language_manager\";s:16:\"Language Manager\";s:4:\"left\";s:4:\"Left\";s:13:\"left_to_right\";s:13:\"Left to Right\";s:6:\"locale\";s:805:\"Locale<dfn>You can define a locale so that dates are properly translated.  The setting for your locale will depend on your server OS and not all locales are supported on all systems. Windows servers need to look <a href=\"http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt_language_strings.asp\" target=\"_blank\">here</a> and everyone else needs to look <a href=\"http://www.w3.org/WAI/ER/IG/ert/iso639.htm\" target=\"_blank\">here</a> and <a href=\"http://www.faqs.org/rfcs/rfc1766\" target=\"_blank\">here</a>. You must fill in all of the override fields below and use the formatting found <a href=\"http://www.php.net/manual/en/function.strftime.php\" target=\"_blank\">here</a>.<br /><br />Examples for windows are \'Chinese\' and \'deu\'.<br />Examples for Linux are \'deu\' and \'fre\'.</dfn>\";s:23:\"logdate_format_override\";s:87:\"Log Date Format Override<dfn>Use this to override the default Admin CP Log format</dfn>\";s:15:\"master_language\";s:15:\"MASTER LANGUAGE\";s:20:\"no_x_phrases_defined\";s:33:\"There are no %1$s phrases defined\";s:17:\"number_formatting\";s:17:\"Number Formatting\";s:22:\"overwrite_language_dfn\";s:163:\"Overwrite Language <dfn>(Selecting a language here will cause the imported language to overwrite an existing language. Leave blank to create a new language.)</dfn>\";s:22:\"overwriting_language_x\";s:34:\"Overwriting Language \'<i>%1$s</i>\'\";s:14:\"phrase_manager\";s:14:\"Phrase Manager\";s:16:\"phrase_name_only\";s:25:\"Phrase Variable Name Only\";s:27:\"phrase_text_and_phrase_name\";s:43:\"Phrase Text <b>and</b> Phrase Variable Name\";s:16:\"phrase_text_only\";s:16:\"Phrase Text Only\";s:25:\"phrase_translation_desc_1\";s:113:\"When inserting a custom phrase, you may also specify the translations into whatever languages you have installed.\";s:25:\"phrase_translation_desc_2\";s:95:\"If you do leave a translation box blank, it will inherit the text from the \'Text to insert\' box\";s:25:\"phrase_translation_desc_3\";s:55:\"You may customize the translations further at any time.\";s:24:\"phrases_to_show_per_page\";s:24:\"Phrases to Show Per Page\";s:8:\"quickref\";s:8:\"QuickRef\";s:21:\"rebuild_all_languages\";s:21:\"Rebuild All Languages\";s:28:\"rebuild_language_information\";s:28:\"Rebuild Language Information\";s:21:\"rebuilding_language_x\";s:24:\"Rebuilding Language %1$s\";s:30:\"registereddate_format_override\";s:102:\"Registration Date Format Override <dfn>Use this to override the default registration date format</dfn>\";s:5:\"right\";s:5:\"Right\";s:13:\"right_to_left\";s:13:\"Right to Left\";s:18:\"search_in_language\";s:18:\"Search in Language\";s:17:\"search_in_phrases\";s:17:\"Search in Phrases\";s:14:\"search_phrases\";s:14:\"Search Phrases\";s:30:\"search_translated_phrases_only\";s:161:\"Search Translated Phrases Only\r\n<dfn>When selecting a specific language, select \'Yes\' here to search translated phrases only, excluding untranslated items.</dfn>\";s:15:\"standard_phrase\";s:15:\"Standard Phrase\";s:14:\"text_direction\";s:14:\"Text Direction\";s:19:\"thousands_separator\";s:179:\"Thousands Separator <dfn>(The character used to separate thousands in formatted numbers, such as the , used in 1,024. To specify a space, please use the underscore <b>_</b>)</dfn>\";s:20:\"time_format_override\";s:352:\"Time Format Override\r\n<dfn>See: <a href=\"http://www.php.net/manual-lookup.php?function=strftime\" target=\"_blank\">http://www.php.net/manual-lookup.php?function=strftime</a><br /><br />\r\n<b>Examples:</b><br />\r\nAM/PM Time Format (eg, 11:15 PM): %I:%M %p<br />\r\n24-Hour Format Time (eg, 23:15): %H:%M<br />\r\nDefault Time Format for this Locale: %X\r\n</dfn>\";s:27:\"title_for_uploaded_language\";s:109:\"Title for Uploaded Language <dfn>(Leave blank to use the language title specified in the language file)</dfn>\";s:28:\"updated_default_phrases_desc\";s:315:\"The phrases shown on this page have been updated in the default language since you customized them.<br />\r\n<br />\r\nIt may be necessary for you to revert the custom phrases or otherwise check that they fully support vBulletin %1$s. <strong>If you do not do this, some sections of vBulletin may not function!</strong>\";s:13:\"view_language\";s:13:\"View Language\";s:13:\"view_quickref\";s:13:\"View QuickRef\";s:12:\"view_summary\";s:12:\"View Summary\";s:9:\"x_phrases\";s:12:\"%1$s Phrases\";s:22:\"x_phrases_containing_y\";s:58:\"%1$s Phrases Containing <span class=\"normal\">\'%2$s\'</span>\";}','a:22:{s:15:\"add_new_bb_code\";s:15:\"Add New BB Code\";s:37:\"are_you_sure_want_to_delete_bb_code_x\";s:162:\"Are you <b>sure</b> you want to delete the BB code called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:7:\"bb_code\";s:7:\"BB Code\";s:20:\"bb_code_explanations\";s:1367:\"<b>Explanations:</b><br /><br />\r\n<b>Title:</b> The title of your tag, which will be used to generate the <a href=\"../misc.php?do=bbcode\">BB code list</a>.<br /><br />\r\n<b>Tag:</b> This is the text for the BB code, which goes inside the square brackets.<br />\r\neg. you would use \'b\' for [b] tags, \'url\' (without quotes) for [url] tags.<br /><br />\r\n<b>Replacement:</b> This is the HTML code for the BB code replacement. Make sure that you include \'{param}\' (without the quotes) to insert the text between the opening and closing BB code tags, and \'{option}\' for the parameter within the BB code tag. You can only use {option} if \'Use Option\' is set to yes.<br />\r\neg. you would use &lt;b>{param}&lt;/b> for tags, &lt;a href=\"{option}\">{param}&lt;/a> for [url=xxx] . You will always use \'{param}\', but you will only use \'{option}\' when \"Use Option?\" is \"yes.\"<br /><br />\r\n<b>Example:</b> This is a sample piece of BB code to use as an example for this particular BB code.<br />\r\neg. you would use [b]Bold[/b] for [b] tags, [url=http://www.vbulletin.com]vBulletin[/url] for [url] tags<br /><br />\r\n<b>Description:</b> This is a piece of text to describe the BB code tag. This can include HTML tags if you wish.<br /><br />\r\n<b>Use Option:</b> Setting this option to yes will allow you to create a [tag=option][/tag] style tag, rather than just a [tag][/tag] style tag.\";s:15:\"bb_code_manager\";s:15:\"BB Code Manager\";s:29:\"bbcode_plaintext_attachment_x\";s:15:\"Attachment %1$s\";s:23:\"bbcode_plaintext_code_x\";s:33:\"Code:\r\n---------\r\n%1$s\r\n---------\";s:23:\"bbcode_plaintext_html_x\";s:33:\"HTML:\r\n---------\r\n%1$s\r\n---------\";s:24:\"bbcode_plaintext_image_x\";s:11:\"Image: %1$s\";s:22:\"bbcode_plaintext_php_x\";s:32:\"PHP:\r\n---------\r\n%1$s\r\n---------\";s:35:\"bbcode_plaintext_quote_username_x_y\";s:55:\"---Quote (Originally by %1$s)---\r\n%2$s\r\n---End Quote---\";s:24:\"bbcode_plaintext_quote_x\";s:34:\"---Quote---\r\n%1$s\r\n---End Quote---\";s:12:\"button_image\";s:12:\"Button Image\";s:17:\"button_image_desc\";s:234:\"Button Image <i>(Optional)</i> <dfn>If you would like this bbcode to appear as a clickable button on the message editor toolbar, enter the URL of an image 21 x 20 pixels in size that will act as the button to insert this bbcode.</dfn>\";s:23:\"enter_text_with_bb_code\";s:27:\"Enter text with BB code(s):\";s:7:\"example\";s:7:\"Example\";s:4:\"html\";s:4:\"HTML\";s:11:\"replacement\";s:11:\"Replacement\";s:3:\"tag\";s:3:\"Tag\";s:17:\"test_your_bb_code\";s:17:\"Test your BB Code\";s:54:\"this_is_how_your_test_appeard_after_bb_code_formatting\";s:54:\"This is how your text appears after BB Code formatting\";s:10:\"use_option\";s:12:\"Use {option}\";}','a:20:{s:14:\"date_ascending\";s:14:\"Date Ascending\";s:15:\"date_descending\";s:15:\"Date Descending\";s:21:\"include_empty_results\";s:21:\"Include empty results\";s:7:\"monthly\";s:7:\"Monthly\";s:18:\"most_popular_forum\";s:18:\"Most popular forum\";s:19:\"most_replied_thread\";s:22:\"Most replied to thread\";s:18:\"most_viewed_thread\";s:18:\"Most viewed thread\";s:19:\"new_post_statistics\";s:19:\"New Post Statistics\";s:21:\"new_thread_statistics\";s:21:\"New Thread Statistics\";s:13:\"newest_member\";s:27:\"Newest member to the forums\";s:19:\"record_online_users\";s:19:\"Record online users\";s:23:\"registration_statistics\";s:23:\"Registration Statistics\";s:5:\"scope\";s:5:\"Scope\";s:20:\"start_date_after_end\";s:32:\"Start date is after the end date\";s:10:\"top_poster\";s:10:\"Top poster\";s:14:\"top_statistics\";s:14:\"Top Statistics\";s:15:\"total_ascending\";s:15:\"Total Ascending\";s:16:\"total_descending\";s:16:\"Total Descending\";s:24:\"user_activity_statistics\";s:24:\"User Activity Statistics\";s:6:\"weekly\";s:6:\"Weekly\";}','a:44:{s:38:\"check_mail_server_configured_correctly\";s:178:\"Check your mail server to ensure it is configured correctly to allow PHP to send mail from it. You should also check your mail server\'s error log for more diagnostic information.\";s:7:\"details\";s:7:\"Details\";s:24:\"email_sent_check_shortly\";s:248:\"No errors were returned while attempting to send the email. Check %1$s shortly to confirm you\'ve received the email. If you don\'t receive the email, try sending the test to a different address. If that fails, check your mail server\'s configuration.\";s:20:\"email_test_explained\";s:231:\"The goal of this test is to determine whether any vBulletin or PHP settings must be changed to allow the sending of email through vB. To begin, simply enter an email address that you have the ability to access and click Send Email.\";s:22:\"file_contents_mismatch\";s:39:\"File does not contain expected contents\";s:35:\"file_copied_to_tmp_dir_now_readable\";s:160:\"After copying the file into the specified \"Safe Mode Temp Directory\", it became readable. Uploads will function, but only when uploading in safe mode is enable.\";s:37:\"file_copied_to_tmp_dir_now_unreadable\";s:218:\"After copying the file into the specified \"Safe Mode Temp Directory,\" it remained unreadable. PHP\'s safe_mode setting must be disabled for uploads to function. You will need to contact your host for this to be changed.\";s:14:\"file_not_found\";s:14:\"File not found\";s:17:\"file_not_readable\";s:17:\"File not readable\";s:19:\"file_not_recognized\";s:40:\"File not recognized as part of vBulletin\";s:23:\"file_upload_setting_off\";s:165:\"File uploads have been turned off via PHP\'s file_uploads setting. This can only be handled by contacting your host and asking them to enable the file_upload setting.\";s:34:\"file_version_mismatch_x_expected_y\";s:48:\"File version mismatch: found %1$s, expected %2$s\";s:23:\"file_versions_explained\";s:147:\"This function will list each of your vBulletin files that is tagged with a different version than your forum is currently at, which is <b>%1$s</b>.\";s:34:\"mail_function_errors_returned_were\";s:72:\"The following errors were outputted by PHP when attempting to send mail:\";s:28:\"mail_function_returned_error\";s:69:\"The mailing function returned an error while trying to send the mail.\";s:12:\"mysql_status\";s:12:\"MySQL Status\";s:15:\"mysql_variables\";s:15:\"MySQL Variables\";s:32:\"no_errors_occured_opening_upload\";s:63:\"No errors occurred while opening the uploaded file for reading.\";s:22:\"open_basedir_in_effect\";s:306:\"PHP\'s <b>open_basedir</b> setting has been set to %1$s. The uploaded file was stored outside of this directory and is not readable. You will need to contact your host and ask them to specify <b>upload_tmp_dir</b> with a directory inside %1$s. Note that PHP must be able to read and write to this directory.\";s:4:\"pass\";s:4:\"Pass\";s:17:\"payment_api_tests\";s:17:\"Payment API Tests\";s:22:\"pertinent_php_settings\";s:22:\"Pertinent PHP Settings\";s:23:\"pertinent_smtp_settings\";s:23:\"Pertinent SMTP Settings\";s:21:\"safe_mode_dir_not_dir\";s:157:\"The \"Safe Mode Temp Directory\" you have specified (%1$s) does not appear to be a directory. Please specify the correct directory and attempt this test again.\";s:28:\"safe_mode_enabled_no_tmp_dir\";s:155:\"You have safe mode uploading enabled but have not specified \"Safe Mode Temp Directory\". Please specify one on the options page and attempt this test again.\";s:23:\"safe_mode_not_writeable\";s:189:\"The \"Safe Mode Temp Directory\" you have specified (%1$s) is not writeable by PHP. You will most likely need to make this directory world writeable. Correct this and attempt this test again.\";s:15:\"scanned_x_files\";s:18:\"Scanned %1$s files\";s:23:\"server_information_desc\";s:154:\"While not exactly a test, this function is helpful for tracking down server issues. Simply select the appropriate type of information and submit the form.\";s:13:\"smtp_username\";s:14:\"SMTP Username:\";s:21:\"suspect_file_versions\";s:21:\"Suspect File Versions\";s:18:\"system_information\";s:18:\"System Information\";s:12:\"table_status\";s:12:\"Table Status\";s:20:\"test_cannot_continue\";s:25:\"The test cannot continue.\";s:31:\"test_indeterminate_contact_host\";s:295:\"The test was indeterminate. There were problems reading the uploaded file, but none of PHP\'s settings were identified as causing a problem. At this point, you should attempt to attach a file to a post. If that fails, contact your host as no one will know their own server setup better than them.\";s:25:\"turn_safe_mode_option_off\";s:93:\"You should be able to turn off the \"Upload In Safe Mode?\" option without any adverse effects.\";s:28:\"unable_to_copy_attached_file\";s:171:\"The attached file could not be copied to %1$s. PHP\'s safe_mode setting must be disabled for uploads to function. You will need to contact your host for this to be changed.\";s:28:\"unable_to_find_attached_file\";s:70:\"The attached file\'s temporary location (%1$s) could not be found. %2$s\";s:24:\"unable_to_open_directory\";s:24:\"Unable to open directory\";s:16:\"unable_to_open_x\";s:32:\"Unable to open file: <b>%1$s</b>\";s:16:\"upload_test_desc\";s:259:\"This test\'s purpose is to determine if there are any vBulletin/PHP options you need to change for uploads to function correctly. To begin, simply attach a small file using the box below and submit the form. vBulletin will not save the attached file in anyway.\";s:20:\"vbulletin_email_test\";s:20:\"vBulletin Email Test\";s:24:\"vbulletin_email_test_msg\";s:590:\"You are receiving this email because your email address was entered as an email test at %1$s.\r\n\r\nThe first step of this email test script has been completed. However, a formatting test is still necessary:\r\n\r\nA paragraph break.\r\nA single line break.\r\n\r\nAnother paragraph break.\r\nAnother single line break.\r\nAnother single line break.\r\n\r\nIf the above lines look correct, you are finished. The email features on your server are setup correctly.\r\nIf this email is run together on one line, there is possibly a configuration error with your mail server. Please ensure it is configured correctly.\";s:26:\"vbulletin_email_test_withf\";s:40:\"vBulletin Email Test (With -f Parameter)\";s:7:\"version\";s:7:\"Version\";}','a:112:{s:18:\"anon_server_survey\";s:23:\"Anonymous Server Survey\";s:23:\"anon_server_survey_desc\";s:890:\"<p class=\"smallfont\">In order to provide products that are well-suited to the servers and sites that currently run vBulletin,\r\n		we are running a survey to find out what kind of capabilites our customers\' servers have, and what scale\r\n		of bulletin boards they run.</p>\r\n		<p class=\"smallfont\">By submitting this survey to vBulletin.com you will help us to ensure that our forthcoming releases\r\n		are both compatible with and make full use of the services available on your servers.</p>\r\n		<p class=\"smallfont\">There is some data at the bottom of the form that is optional for you to submit. This information\r\n		describes your own board, and lets us know how busy etc. your site is.</p>\r\n		<p class=\"smallfont\">The information submitted in this survey is <strong>entirely anonymous</strong> and no information that can identify\r\n		the site that posted the survey data will be collected.</p>\";s:14:\"apache_modules\";s:14:\"Apache Modules\";s:24:\"are_you_sure_empty_index\";s:48:\"Are you sure you wish to empty the search index?\";s:30:\"building_attachment_thumbnails\";s:212:\"Building Attachment Thumbnails<dfn>If you receive a fatal error or if the process seems to hang, you will need to delete the last attachment listed on the screen then <a href=\"%1$s\">refresh</a> this window.</dfn>\";s:19:\"building_post_cache\";s:19:\"Building Post Cache\";s:21:\"building_search_index\";s:21:\"Building Search Index\";s:36:\"change_output_signatures_empty_cache\";s:156:\"If you have made changes that affect the output of signatures, you may use this to empty the cache and force signatures to be rebuilt with the new settings.\";s:20:\"character_sets_usage\";s:21:\"Character Sets in Use\";s:22:\"check_styles_no_parent\";s:31:\"Check For Styles With No Parent\";s:28:\"confirm_prefix_change_x_to_y\";s:53:\"Confirm Table Prefix Change (From \'%1$s\' to \'%2$s\')\r\n\";s:24:\"delete_duplicate_threads\";s:24:\"Delete Duplicate Threads\";s:8:\"delete_x\";s:11:\"Delete %1$s\";s:35:\"deleted_orphan_threads_successfully\";s:35:\"Deleted Orphan Threads Successfully\";s:21:\"empty_signature_cache\";s:21:\"Empty Signature Cache\";s:24:\"error_attachment_missing\";s:25:\"Error: Attachment Missing\";s:24:\"error_thumbnail_failed_x\";s:27:\"Error:  Library Error: %1$s\";s:29:\"error_thumbnail_nocreateimage\";s:52:\"Error: Invalid image file or GD version is set wrong\";s:30:\"error_thumbnail_nogetimagesize\";s:37:\"Error: Could not determine image size\";s:21:\"error_thumbnail_nogif\";s:28:\"Error: PHP lacks GIF support\";s:21:\"error_thumbnail_nojpg\";s:28:\"Error: PHP lacks JPG support\";s:21:\"error_thumbnail_nopng\";s:28:\"Error: PHP lacks PNG support\";s:25:\"error_thumbnail_nosupport\";s:52:\"No support for this type in the chosen image library\";s:31:\"error_thumbnail_notcorrectimage\";s:33:\"Incorrect extension for this file\";s:31:\"error_thumbnail_notenoughmemory\";s:24:\"Error: Not Enough Memory\";s:22:\"error_thumbnailalready\";s:34:\"Image is already <= thumbnail size\";s:36:\"finds_users_without_complete_entries\";s:204:\"Finds any users who do not have complete entries in the database. Sometimes the data is not inserted correctly and the user\'s profile becomes unusable. Running this should correct any incomplete profiles.\";s:15:\"first_post_date\";s:15:\"First Post Date\";s:24:\"fix_broken_user_profiles\";s:24:\"Fix broken user profiles\";s:38:\"function_allows_rebuild_all_style_info\";s:173:\"This function allows you to completely rebuild all style information. This is necessary after a major upgrade, or if you have manually edited any of the \'special\' templates.\";s:28:\"function_rebuilds_reputation\";s:239:\"This function recalculates user reputation using the value that you specify below then adds the total reputation the user has received so far.  This will remove any custom reputation that has been given to the user through the user editor.\";s:28:\"function_rebuilds_thumbnails\";s:161:\"This function rebuilds the attachment thumbnails. It is needed when you enable thumbnails,  change the thumbnail dimensions, or change the thumbnail JPG quality.\";s:29:\"function_removes_orphan_posts\";s:76:\"This function removes all posts that belong to threads that no longer exist.\";s:31:\"function_removes_orphan_threads\";s:77:\"This function removes all threads that belong to forums that no longer exist.\";s:37:\"include_automatic_javascript_redirect\";s:51:\"Include automatic JavaScript redirect to next page?\";s:17:\"last_upgrade_date\";s:17:\"Last Upgrade Date\";s:26:\"list_of_tables_in_db_below\";s:218:\"<p>Below is a list of all the tables in your database.\r\nYou should make sure that you select <b>only</b> tables that are part of vBulletin.</p>\r\n<p><b>If you are not sure, do not continue with this operation.</b></p>\r\n\";s:22:\"new_prefix_same_as_old\";s:149:\"You have not chosen a new table prefix, this script can not continue.<br /><br />\r\n(Old table prefix: \'<b>%1$s</b>\', new table prefix: \'<b>%2$s</b>\')\";s:14:\"new_table_name\";s:16:\"New Table Name\r\n\";s:16:\"new_table_prefix\";s:18:\"New Table Prefix\r\n\";s:32:\"note_duplicate_threads_have_same\";s:146:\"<b>Note:</b> Duplicate threads are threads that have the same title, post name, and post time and are posting in the same forum as another thread.\";s:32:\"note_rebuild_similar_thread_list\";s:166:\"<b>Note:</b> This will rebuild the similar thread list regardless of whether they are enabled or not. However, they will not be displayed until the option is enabled.\";s:31:\"note_reindexing_empty_indexes_x\";s:132:\"<b>Note:</b> If you are reindexing, you may want to empty the indexes. <a href=\"misc.php?%1$sdo=emptyindex\">Click Here to do so!</a>\";s:21:\"note_server_intensive\";s:48:\"<b>Note:</b> This is a server intensive process.\";s:42:\"number_of_attachments_to_process_per_cycle\";s:42:\"Number of attachments to process per cycle\";s:37:\"number_of_forums_to_process_per_cycle\";s:37:\"Number of forums to process per cycle\";s:36:\"number_of_posts_to_process_per_cycle\";s:36:\"Number of posts to process per cycle\";s:38:\"number_of_threads_to_process_per_cycle\";s:38:\"Number of threads to process per cycle\";s:36:\"number_of_users_to_process_per_cycle\";s:36:\"Number of users to process per cycle\";s:16:\"old_table_prefix\";s:18:\"Old Table Prefix\r\n\";s:13:\"optional_info\";s:20:\"Optional Information\";s:19:\"original_table_name\";s:21:\"Original Table Name\r\n\";s:20:\"other_prefix_warning\";s:202:\"<b>WARNING!</b><br />The following tables do <b>not</b> have the\r\noriginal table prefix! These tables may not be part of vBulletin.\r\n<ul>%1$s</ul>\r\nAre you <b>absolutely sure</b> you want to continue?\r\n\";s:14:\"php_extensions\";s:14:\"PHP Extensions\";s:16:\"php_openbase_dir\";s:16:\"PHP Open Basedir\";s:13:\"php_safe_mode\";s:13:\"PHP Safe Mode\";s:34:\"please_read_notes_after_completion\";s:77:\"Please read the notes at the bottom of this page when processing is complete.\";s:19:\"post_id_to_start_at\";s:19:\"Post ID to start at\";s:13:\"posts_queried\";s:13:\"Posts Queried\";s:21:\"prefix_change_confirm\";s:326:\"<p>If you are <b>sure</b> you want to continue and rename the tables listed\r\nabove, click the rename button below.</p>\r\n<p><b>Note:</b> This is your final chance to stop. Clicking the button below will alter\r\nall the tables listed above, requiring you to edit your config.php file\r\nbefore your vBulletin will work again.</p>\r\n\";s:17:\"processing_time_x\";s:21:\"Processing Time: %1$s\";s:29:\"querying_first_post_of_thread\";s:32:\"Querying first post of thread...\";s:29:\"rebuild_attachment_thumbnails\";s:29:\"Rebuild Attachment Thumbnails\";s:25:\"rebuild_forum_information\";s:25:\"Rebuild Forum Information\";s:18:\"rebuild_post_cache\";s:18:\"Rebuild Post Cache\";s:20:\"rebuild_search_index\";s:20:\"Rebuild Search Index\";s:23:\"rebuild_similar_threads\";s:23:\"Rebuild Similar Threads\";s:18:\"rebuild_statistics\";s:18:\"Rebuild Statistics\";s:26:\"rebuild_statistics_warning\";s:212:\"Rebuilding statistics will cause the loss of the total forum view and active users data. Only run this if you believe you really need to! Once the data has been replaced, there is no way to restore your database.\";s:14:\"rebuild_styles\";s:14:\"Rebuild Styles\";s:26:\"rebuild_thread_information\";s:26:\"Rebuild Thread Information\";s:23:\"rebuild_user_reputation\";s:23:\"Rebuild User Reputation\";s:37:\"recalculate_users_post_counts_warning\";s:498:\"This will recalculate all of your user\'s post counts based on their CURRENT posts in the database. Do not run this if you have pruned posts, manually changed post counts, or imported from another forum package and you wish to maintain your users\' current counts. Your members\' post counts will PROBABLY decrease so only run this if you believe you really need to! Once they decrease you can not bring them back up without restoring your database or manually editing each user. You have been warned!\";s:19:\"remove_orphan_posts\";s:19:\"Remove Orphan Posts\";s:21:\"remove_orphan_threads\";s:21:\"Remove Orphan Threads\";s:26:\"removing_duplicate_threads\";s:29:\"Removing duplicate threads...\";s:23:\"removing_orphan_threads\";s:23:\"Removing Orphan Threads\";s:17:\"rename_sql_tables\";s:17:\"Rename SQL Tables\";s:14:\"rename_table_x\";s:27:\"Rename Table <b>%1$s</b>?\r\n\";s:13:\"rename_tables\";s:15:\"Rename Tables\r\n\";s:25:\"renaming_process_complete\";s:27:\"Renaming Process Complete\r\n\";s:30:\"renaming_table_with_new_prefix\";s:37:\"Renaming Tables With New Table Prefix\";s:15:\"renaming_x_to_y\";s:40:\"Renaming <b>%1$s</b> to <b>%2$s</b> ... \";s:31:\"renumber_all_templates_from_one\";s:187:\"Renumber all templates from 1 <dfn><b>Note:</b> this option requires that your MySQL account has ALTER, CREATE and DROP privileges.<br />If you are not sure, do not use this option!</dfn>\";s:15:\"reputation_base\";s:21:\"Base Reputation Value\";s:9:\"send_info\";s:16:\"Send Information\";s:10:\"set_all_no\";s:10:\"Set All No\";s:11:\"set_all_yes\";s:13:\"Set All Yes\r\n\";s:19:\"system_architecture\";s:19:\"System Architecture\";s:10:\"table_name\";s:19:\"<b>Table Name</b>\r\n\";s:22:\"table_x_does_not_exist\";s:37:\"Table \'<i>%1$s</i>\' does not exist!\r\n\";s:28:\"tableprefix_change_completed\";s:346:\"<p>This script has now completed.<br />\r\nYour table prefix has been changed from \'<b>%1$s</b>\' to \'<b>%2$s</b>\'.</p>\r\n<p>You must now edit your <i>includes/config.php</i> file to include the line:</p>\r\n<pre>$config[\'Database\'][\'tableprefix\'] = \'%2$s\';</pre>\r\n<p><b><u>Your vBulletin installation will not function until you do this.</u></b></p>\r\n\";s:51:\"this_script_will_allow_you_to_rename_your_vb_tables\";s:377:\"<p>This script will allow you to rename your vBulletin SQL tables in order to accomodate a new table prefix value in <i>includes/config.php</i>.</p>\r\n<p><b>Note:</b> Do not alter the <b>tableprefix</b> value in config.php until this script has completed and you are given a message telling you to edit the value.</p>\r\n<p>Your table prefix is currently set to <b>\'%1$s\'</b>.</p>\";s:19:\"threaded_mode_usage\";s:19:\"Threaded Mode Usage\";s:17:\"thumbnail_quality\";s:36:\"Quality of JPG thumbnails (0 .. 100)\";s:12:\"total_forums\";s:12:\"Total Forums\";s:26:\"total_number_posts_process\";s:62:\"Total number of posts to process: <dfn>(0 for unlimited)</dfn>\";s:11:\"total_posts\";s:11:\"Total Posts\";s:23:\"total_posts_processed_x\";s:27:\"Total Posts Processed: %1$s\";s:16:\"total_usergroups\";s:16:\"Total Usergroups\";s:11:\"total_users\";s:11:\"Total Users\";s:18:\"update_post_counts\";s:18:\"Update Post Counts\";s:18:\"update_user_titles\";s:28:\"Update User Titles and Ranks\";s:16:\"update_usernames\";s:17:\"Update User Names\";s:15:\"updating_forums\";s:15:\"Updating Forums\";s:24:\"updating_similar_threads\";s:24:\"Updating Similar Threads\";s:16:\"updating_threads\";s:16:\"Updating Threads\";s:18:\"updating_user_info\";s:21:\"Updating user info...\";s:18:\"updating_usernames\";s:19:\"Updating User Names\";s:36:\"vbulletin_table_prefix_rename_system\";s:38:\"vBulletin 3 Table Prefix Rename System\";s:17:\"vbulletin_version\";s:17:\"vBulletin Version\";s:46:\"you_have_chosen_to_rename_the_following_tables\";s:46:\"You have chosen to rename the following tables\";}','a:60:{s:14:\"add_new_option\";s:14:\"Add New Option\";s:30:\"add_new_profile_field_category\";s:30:\"Add New Profile Field Category\";s:26:\"add_new_user_profile_field\";s:26:\"Add New User Profile Field\";s:7:\"after_x\";s:12:\"After \'%1$s\'\";s:51:\"allow_user_to_input_their_own_value_for_this_option\";s:51:\"Allow user to input their own value for this option\";s:55:\"are_you_sure_you_want_to_delete_this_user_profile_field\";s:56:\"Are you sure you want to delete this User Profile Field?\";s:61:\"are_you_sure_you_want_to_delete_user_profile_field_category_x\";s:326:\"Are you sure you want to delete this user profile field category?\r\n<blockquote>\r\n        <strong>%1$s</strong>\r\n        <div class=\"smallfont\">(Contains <strong>%2$s</strong> Profile Fields)</div>\r\n</blockquote>\r\nAny profile fields belonging to this category will become <em>%3$s</em> but will <strong>not</strong> be deleted.\";s:10:\"box_height\";s:90:\"Box Height<dfn>Number of options to display simultaneously. 0 will display them all.</dfn>\";s:29:\"choose_limit_choices_add_info\";s:112:\"If you choose to limit the number of choices in the next option, please add that information to the description.\";s:17:\"contains_x_fields\";s:20:\"Contains %1$s Fields\";s:58:\"default_value_you_may_specify_a_default_registration_value\";s:116:\"Default Value<dfn>You may specify a default value that is entered into this field at the time of registration.</dfn>\";s:12:\"display_page\";s:12:\"Display Page\";s:32:\"edit_user_profile_field_category\";s:32:\"Edit User Profile Field Category\";s:8:\"editable\";s:8:\"Editable\";s:22:\"field_editable_by_user\";s:22:\"Field Editable by User\";s:23:\"field_hidden_on_profile\";s:13:\"Private Field\";s:12:\"field_length\";s:12:\"Field Length\";s:32:\"field_searchable_on_members_list\";s:32:\"Field Searchable on Members List\";s:6:\"fields\";s:6:\"Fields\";s:6:\"hidden\";s:6:\"Hidden\";s:14:\"items_per_line\";s:131:\"Items Per Line<dfn>Input <b>0</b> to display all of the controls on the same line unless they wrap due to the user\'s browser.</dfn>\";s:15:\"limit_selection\";s:142:\"Limit Selection<dfn>Maximum number of options the user may select.</dfn><dfn> Enter <b>0</b> to allow them to choose all of the options.</dfn>\";s:9:\"messaging\";s:9:\"Messaging\";s:22:\"multiple_line_text_box\";s:22:\"Multiple-Line Text Box\";s:27:\"multiple_selection_checkbox\";s:27:\"Multiple-Selection Checkbox\";s:23:\"multiple_selection_menu\";s:23:\"Multiple-Selection Menu\";s:4:\"name\";s:4:\"Name\";s:18:\"no_but_on_register\";s:31:\"No, but display at registration\";s:50:\"no_user_profile_field_categories_have_been_created\";s:113:\"No user profile field categories have been created.<br />\r\n<br />\r\nClick the link below to create a new category.\";s:19:\"note_max_32_options\";s:66:\"<em>Note:</em> You may have a maximum of 32 options in this field.\";s:20:\"only_at_registration\";s:20:\"Only at registration\";s:14:\"optional_input\";s:14:\"Optional Input\";s:5:\"other\";s:5:\"Other\";s:20:\"other_please_specify\";s:22:\"Other (please specify)\";s:9:\"postition\";s:8:\"Position\";s:7:\"privacy\";s:7:\"Privacy\";s:22:\"profile_field_category\";s:22:\"Profile Field Category\";s:18:\"profile_field_type\";s:18:\"Profile Field Type\";s:32:\"regular_expression_require_match\";s:169:\"Regular Expression<dfn>You may require the input field to match a regular expression (<a href=\"http://www.php.net/manual-lookup.php?function=preg-match\">PCRE</a>).</dfn>\";s:6:\"rename\";s:6:\"Rename\";s:8:\"required\";s:8:\"Required\";s:10:\"searchable\";s:10:\"Searchable\";s:24:\"set_default_if_yes_first\";s:74:\"Set Default <dfn>Will set the first non blank option as the default.</dfn>\";s:20:\"show_on_members_list\";s:20:\"Show on Members List\";s:20:\"single_line_text_box\";s:20:\"Single-Line Text Box\";s:21:\"single_selection_menu\";s:21:\"Single-Selection Menu\";s:30:\"single_selection_radio_buttons\";s:30:\"Single-Selection Radio Buttons\";s:16:\"text_area_height\";s:16:\"Text Area Height\";s:30:\"this_profile_fields_no_options\";s:39:\"This user profile field has no options.\";s:14:\"thread_viewing\";s:14:\"Thread Viewing\";s:13:\"uncategorized\";s:13:\"Uncategorized\";s:29:\"user_profile_field_categories\";s:29:\"User Profile Field Categories\";s:26:\"user_profile_field_manager\";s:26:\"User Profile Field Manager\";s:29:\"user_profile_fields_in_area_x\";s:64:\"User Profile Fields in Area: <span class=\"smallfont\">%1$s</span>\";s:26:\"which_page_displays_option\";s:252:\"Which page displays this option?<dfn>If you select \"Edit Profile\", this option will show up when viewing a user\'s profile. All other options are primarily used in conjunction with template conditionals to create additional options for your users.</dfn>\";s:10:\"yes_always\";s:11:\"Yes, Always\";s:19:\"yes_at_registration\";s:41:\"Yes, at registration and profile updating\";s:23:\"yes_but_no_blank_option\";s:30:\"Yes, but No First Blank Option\";s:21:\"yes_including_a_blank\";s:35:\"Yes, Including a First Blank Option\";s:37:\"you_close_before_modifying_checkboxes\";s:61:\"You should close your forum before modifying checkbox fields.\";}','a:57:{s:41:\"about_to_delete_posts_in_forum_x_by_users\";s:101:\"You are about to delete all posts and threads in forum %1$s by one of these users. Please select one:\";s:51:\"are_you_sure_you_want_to_delete_these_subscriptions\";s:52:\"Are you sure you want to delete these Subscriptions?\";s:31:\"attachments_awaiting_moderation\";s:31:\"Attachments Awaiting Moderation\";s:12:\"date_options\";s:12:\"Date Options\";s:10:\"date_range\";s:10:\"Date Range\";s:11:\"delete_poll\";s:11:\"Delete Poll\";s:10:\"deleted_by\";s:10:\"Deleted By\";s:13:\"deleted_posts\";s:13:\"Deleted Posts\";s:15:\"deleted_threads\";s:15:\"Deleted Threads\";s:14:\"deleting_posts\";s:14:\"Deleting Posts\";s:16:\"deleting_threads\";s:16:\"Deleting Threads\";s:17:\"destination_forum\";s:17:\"Destination Forum\";s:32:\"enter_the_threadid_of_the_thread\";s:76:\"Enter the threadid of the thread which contains the poll you wish  to delete\";s:34:\"enter_the_threadids_of_the_threads\";s:135:\"Enter the threadid(s) of the threads from which you want to unsubscribe users.<br /><dfn>(separate ids with spaces - eg: 1 2 6 9)</dfn>\";s:26:\"events_awaiting_moderation\";s:26:\"Events Awaiting Moderation\";s:20:\"include_child_forums\";s:20:\"Include Child Forums\";s:38:\"last_post_date_is_at_least_xx_days_ago\";s:37:\"Last post date is at least X days ago\";s:37:\"last_post_date_is_at_most_xx_days_ago\";s:36:\"Last post date is at most X days ago\";s:16:\"move_all_threads\";s:16:\"Move All Threads\";s:12:\"move_threads\";s:12:\"Move Threads\";s:24:\"move_threads_selectively\";s:24:\"Move Threads Selectively\";s:34:\"no_attachments_awaiting_moderation\";s:34:\"No Attachments awaiting moderation\";s:29:\"no_events_awaiting_moderation\";s:29:\"No Events awaiting moderation\";s:28:\"no_posts_awaiting_moderation\";s:28:\"No Posts awaiting moderation\";s:30:\"no_threads_awaiting_moderation\";s:30:\"No Threads awaiting moderation\";s:29:\"note_leave_x_specify_no_limit\";s:47:\"- Note: leave this at %1$s to specify no limit.\";s:5:\"notes\";s:5:\"Notes\";s:5:\"order\";s:5:\"Order\";s:42:\"original_post_date_is_at_least_xx_days_ago\";s:41:\"Original post date is at least X days ago\";s:41:\"original_post_date_is_at_most_xx_days_ago\";s:40:\"Original post date is at most X days ago\";s:13:\"other_options\";s:13:\"Other Options\";s:18:\"poll_x_in_thread_y\";s:28:\"Poll \'%1$s\' in thread \'%2$s\'\";s:25:\"posts_awaiting_moderation\";s:25:\"Posts Awaiting Moderation\";s:17:\"prune_all_threads\";s:17:\"Prune All Threads\";s:31:\"prune_all_x_posts_automatically\";s:51:\"Prune All of &quot;%1$s\'s&quot; Posts Automatically\";s:17:\"prune_by_username\";s:92:\"Prune by Username<dfn>Note: This includes individual posts made by the specified user.</dfn>\";s:11:\"prune_posts\";s:11:\"Prune Posts\";s:13:\"prune_threads\";s:13:\"Prune Threads\";s:21:\"prune_threads_manager\";s:21:\"Prune Threads Manager\";s:25:\"prune_threads_selectively\";s:25:\"Prune Threads Selectively\";s:25:\"prune_x_posts_selectively\";s:42:\"Prune &quot;%1$s\'s&quot; Posts Selectively\";s:50:\"pruning_many_threads_is_a_server_intensive_process\";s:117:\"Pruning many threads is a server intensive process because of the amount of data that must be removed. Use with care!\";s:14:\"status_options\";s:14:\"Status Options\";s:30:\"thread_has_at_least_xx_replies\";s:29:\"Thread has at Least X Replies\";s:28:\"thread_has_at_least_xx_views\";s:27:\"Thread has at Least X Views\";s:29:\"thread_has_at_most_xx_replies\";s:28:\"Thread has at Most X Replies\";s:27:\"thread_has_at_most_xx_views\";s:26:\"Thread has at Most X Views\";s:14:\"thread_manager\";s:14:\"Thread Manager\";s:27:\"threads_awaiting_moderation\";s:27:\"Threads Awaiting Moderation\";s:42:\"unsubsribe_all_threads_from_specific_users\";s:43:\"Unsubscribe All Threads from Specific Users\";s:42:\"unsubsribe_all_users_from_specific_threads\";s:43:\"Unsubscribe All Users from Specific Threads\";s:34:\"username_leave_blank_to_remove_all\";s:79:\"User Name<dfn>Leave this blank to remove <b>ALL</b> thread subscriptions.</dfn>\";s:8:\"validate\";s:8:\"Validate\";s:18:\"view_deleted_posts\";s:18:\"View Deleted Posts\";s:12:\"view_options\";s:12:\"View Options\";s:29:\"x_subscriptions_matches_found\";s:32:\"%1$s Subscriptions Matches Found\";s:22:\"x_thread_matches_found\";s:25:\"%1$s Thread Matches Found\";}','a:30:{s:23:\"timezone_gmt_minus_0100\";s:43:\"(GMT -1:00 hour) Azores, Cape Verde Islands\";s:23:\"timezone_gmt_minus_0200\";s:24:\"(GMT -2:00) Mid-Atlantic\";s:23:\"timezone_gmt_minus_0300\";s:44:\"(GMT -3:00) Brazil, Buenos Aires, Georgetown\";s:23:\"timezone_gmt_minus_0330\";s:24:\"(GMT -3:30) Newfoundland\";s:23:\"timezone_gmt_minus_0400\";s:51:\"(GMT -4:00) Atlantic Time (Canada), Caracas, La Paz\";s:23:\"timezone_gmt_minus_0500\";s:56:\"(GMT -5:00) Eastern Time (US &amp; Canada), Bogota, Lima\";s:23:\"timezone_gmt_minus_0600\";s:55:\"(GMT -6:00) Central Time (US &amp; Canada), Mexico City\";s:23:\"timezone_gmt_minus_0700\";s:43:\"(GMT -7:00) Mountain Time (US &amp; Canada)\";s:23:\"timezone_gmt_minus_0800\";s:42:\"(GMT -8:00) Pacific Time (US &amp; Canada)\";s:23:\"timezone_gmt_minus_0900\";s:18:\"(GMT -9:00) Alaska\";s:23:\"timezone_gmt_minus_1000\";s:19:\"(GMT -10:00) Hawaii\";s:23:\"timezone_gmt_minus_1100\";s:33:\"(GMT -11:00) Midway Island, Samoa\";s:23:\"timezone_gmt_minus_1200\";s:32:\"(GMT -12:00) Eniwetok, Kwajalein\";s:22:\"timezone_gmt_plus_0000\";s:53:\"(GMT) Western Europe Time, London, Lisbon, Casablanca\";s:22:\"timezone_gmt_plus_0100\";s:52:\"(GMT +1:00 hour) Brussels, Copenhagen, Madrid, Paris\";s:22:\"timezone_gmt_plus_0200\";s:37:\"(GMT +2:00) Kaliningrad, South Africa\";s:22:\"timezone_gmt_plus_0300\";s:51:\"(GMT +3:00) Baghdad, Riyadh, Moscow, St. Petersburg\";s:22:\"timezone_gmt_plus_0330\";s:18:\"(GMT +3:30) Tehran\";s:22:\"timezone_gmt_plus_0400\";s:44:\"(GMT +4:00) Abu Dhabi, Muscat, Baku, Tbilisi\";s:22:\"timezone_gmt_plus_0430\";s:17:\"(GMT +4:30) Kabul\";s:22:\"timezone_gmt_plus_0500\";s:54:\"(GMT +5:00) Ekaterinburg, Islamabad, Karachi, Tashkent\";s:22:\"timezone_gmt_plus_0530\";s:47:\"(GMT +5:30) Bombay, Calcutta, Madras, New Delhi\";s:22:\"timezone_gmt_plus_0600\";s:34:\"(GMT +6:00) Almaty, Dhaka, Colombo\";s:22:\"timezone_gmt_plus_0700\";s:35:\"(GMT +7:00) Bangkok, Hanoi, Jakarta\";s:22:\"timezone_gmt_plus_0800\";s:48:\"(GMT +8:00) Beijing, Perth, Singapore, Hong Kong\";s:22:\"timezone_gmt_plus_0900\";s:49:\"(GMT +9:00) Tokyo, Seoul, Osaka, Sapporo, Yakutsk\";s:22:\"timezone_gmt_plus_0930\";s:28:\"(GMT +9:30) Adelaide, Darwin\";s:22:\"timezone_gmt_plus_1000\";s:49:\"(GMT +10:00) Eastern Australia, Guam, Vladivostok\";s:22:\"timezone_gmt_plus_1100\";s:52:\"(GMT +11:00) Magadan, Solomon Islands, New Caledonia\";s:22:\"timezone_gmt_plus_1200\";s:50:\"(GMT +12:00) Auckland, Wellington, Fiji, Kamchatka\";}','a:20:{s:10:\"ban_period\";s:10:\"Ban Period\";s:10:\"ban_reason\";s:10:\"Ban Reason\";s:18:\"ban_time_remaining\";s:18:\"Ban Time Remaining\";s:8:\"ban_user\";s:8:\"Ban User\";s:21:\"ban_will_be_lifted_on\";s:21:\"Ban Will Be Lifted On\";s:9:\"banned_by\";s:9:\"Banned By\";s:9:\"banned_on\";s:9:\"Banned On\";s:21:\"confirm_ban_lift_on_x\";s:46:\"Are you sure you want to lift the ban on %1$s?\";s:7:\"forever\";s:7:\"Forever\";s:5:\"hours\";s:5:\"hours\";s:8:\"lift_ban\";s:8:\"Lift Ban\";s:14:\"lift_ban_after\";s:112:\"Lift Ban After...<dfn>Select the length of the ban here.<br />The ban will be lifted at the time specified</dfn>\";s:14:\"never_lift_ban\";s:14:\"Never Lift Ban\";s:13:\"permanent_ban\";s:13:\"Permanent Ban\";s:21:\"permanent_ban_options\";s:21:\"Permanent Ban Options\";s:13:\"temporary_ban\";s:13:\"Temporary Ban\";s:21:\"temporary_ban_options\";s:21:\"Temporary Ban Options\";s:15:\"user_ban_reason\";s:23:\"Reason to show the user\";s:12:\"user_banning\";s:12:\"User Banning\";s:19:\"will_be_lifted_soon\";s:19:\"Will be lifted soon\";}','a:26:{s:24:\"add_new_reputation_level\";s:24:\"Add New Reputation Level\";s:17:\"add_to_reputation\";s:17:\"Add to Reputation\";s:40:\"are_you_sure_want_to_delete_reputation_x\";s:48:\"Are you sure you want to delete reputation %1$s?\";s:54:\"are_you_sure_you_want_to_delete_the_reputation_level_x\";s:61:\"Are you sure you want to delete the Reputation Level: \'%1$s\'?\";s:21:\"comments_on_this_post\";s:21:\"Comments on this Post\";s:15:\"edit_reputation\";s:15:\"Edit Reputation\";s:4:\"even\";s:4:\"Even\";s:18:\"extremely_negative\";s:18:\"Extremely Negative\";s:18:\"extremely_positive\";s:18:\"Extremely Positive\";s:9:\"i_approve\";s:9:\"I approve\";s:12:\"i_disapprove\";s:12:\"I disapprove\";s:6:\"leftby\";s:7:\"Left By\";s:7:\"leftfor\";s:8:\"Left For\";s:24:\"minimum_reputation_level\";s:24:\"Minimum Reputation Level\";s:8:\"negative\";s:8:\"Negative\";s:8:\"positive\";s:8:\"Positive\";s:23:\"reputation_on_post_is_x\";s:72:\"Your reputation on <a href=\"%1$s\" target=\"_blank\">this post</a> is %2$s.\";s:17:\"somewhat_negative\";s:17:\"Somewhat Negative\";s:17:\"somewhat_positive\";s:17:\"Somewhat Positive\";s:23:\"user_reputation_manager\";s:23:\"User Reputation Manager\";s:13:\"very_negative\";s:13:\"Very Negative\";s:13:\"very_positive\";s:13:\"Very Positive\";s:28:\"what_do_you_think_of_xs_post\";s:33:\"What do you think of %1$s\'s post?\";s:30:\"x_reputation_comments_page_y_z\";s:41:\"%1$s Reputation Comments (Page %2$s/%3$s)\";s:28:\"you_have_x_reputation_points\";s:34:\"You have %1$s Reputation point(s).\";s:26:\"your_comments_on_this_post\";s:26:\"Your comments on this post\";}','a:140:{s:23:\"activating_registration\";s:23:\"Activating Registration\";s:25:\"admin_control_panel_login\";s:25:\"Admin Control Panel Login\";s:3:\"all\";s:3:\"All\";s:4:\"chat\";s:4:\"Chat\";s:32:\"choosing_forum_to_move_thread_to\";s:32:\"Choosing Forum to Move thread To\";s:23:\"copying_thread_to_forum\";s:31:\"Copying Thread:<br /> To Forum:\";s:14:\"creating_event\";s:14:\"Creating Event\";s:13:\"creating_poll\";s:13:\"Creating Poll\";s:24:\"creating_private_message\";s:24:\"Creating Private Message\";s:15:\"creating_thread\";s:15:\"Creating Thread\";s:18:\"creating_user_note\";s:18:\"Creating User Note\";s:14:\"deleting_posts\";s:14:\"Deleting Posts\";s:17:\"deleting_redirect\";s:17:\"Deleting Redirect\";s:26:\"deleting_subscribed_forums\";s:26:\"Deleting Subscribed Forums\";s:27:\"deleting_subscribed_threads\";s:27:\"Deleting Subscribed Threads\";s:15:\"deleting_thread\";s:15:\"Deleting Thread\";s:7:\"display\";s:7:\"Display\";s:28:\"downloading_private_messages\";s:28:\"Downloading Private Messages\";s:19:\"followed_forum_link\";s:19:\"Followed Forum Link\";s:17:\"giving_infraction\";s:17:\"Giving Infraction\";s:17:\"giving_reputation\";s:17:\"Giving Reputation\";s:6:\"guests\";s:6:\"Guests\";s:26:\"inline_mod_approving_posts\";s:34:\"Inline Moderation: Approving Posts\";s:28:\"inline_mod_approving_threads\";s:36:\"Inline Moderation: Approving Threads\";s:16:\"inline_mod_clear\";s:35:\"Inline Moderation: Clearing Cookies\";s:26:\"inline_mod_closing_threads\";s:34:\"Inline Moderation: Closing Threads\";s:25:\"inline_mod_deleting_posts\";s:33:\"Inline Moderation: Deleting Posts\";s:27:\"inline_mod_deleting_threads\";s:35:\"Inline Moderation: Deleting Threads\";s:24:\"inline_mod_merging_posts\";s:32:\"Inline Moderation: Merging Posts\";s:26:\"inline_mod_merging_threads\";s:34:\"Inline Moderation: Merging Threads\";s:25:\"inline_mod_moving_threads\";s:33:\"Inline Moderation: Moving Threads\";s:26:\"inline_mod_opening_threads\";s:34:\"Inline Moderation: Opening Threads\";s:27:\"inline_mod_sticking_threads\";s:35:\"Inline Moderation: Sticking Threads\";s:28:\"inline_mod_unapproving_posts\";s:36:\"Inline Moderation: Unapproving Posts\";s:30:\"inline_mod_unapproving_threads\";s:38:\"Inline Moderation: Unapproving Threads\";s:27:\"inline_mod_undeleting_posts\";s:35:\"Inline Moderation: Undeleting Posts\";s:29:\"inline_mod_undeleting_threads\";s:37:\"Inline Moderation: Undeleting Threads\";s:29:\"inline_mod_unsticking_threads\";s:37:\"Inline Moderation: Unsticking Threads\";s:13:\"location_temp\";s:8:\"Location\";s:10:\"logging_in\";s:10:\"Logging In\";s:11:\"logging_out\";s:11:\"Logging Out\";s:20:\"managing_attachments\";s:20:\"Managing Attachments\";s:17:\"managing_reminder\";s:24:\"Managing Event Reminders\";s:19:\"marking_forums_read\";s:19:\"Marking Forums Read\";s:15:\"merging_threads\";s:15:\"Merging Threads\";s:10:\"moderating\";s:10:\"Moderating\";s:23:\"moderator_control_panel\";s:23:\"Moderator Control Panel\";s:29:\"moderator_control_panel_login\";s:29:\"Moderator Control Panel Login\";s:16:\"modifying_avatar\";s:16:\"Modifying Avatar\";s:27:\"modifying_buddy_ignore_list\";s:27:\"Modifying Buddy/Ignore List\";s:15:\"modifying_event\";s:15:\"Modifying Event\";s:17:\"modifying_options\";s:17:\"Modifying Options\";s:18:\"modifying_password\";s:18:\"Modifying Password\";s:14:\"modifying_poll\";s:14:\"Modifying Poll\";s:14:\"modifying_post\";s:14:\"Modifying Post\";s:33:\"modifying_private_message_folders\";s:33:\"Modifying Private Message Folders\";s:17:\"modifying_profile\";s:17:\"Modifying Profile\";s:20:\"modifying_profilepic\";s:25:\"Modifying Profile Picture\";s:19:\"modifying_signature\";s:19:\"Modifying Signature\";s:30:\"modifying_subscription_folders\";s:30:\"Modifying Subscription Folders\";s:16:\"modifying_thread\";s:16:\"Modifying Thread\";s:20:\"modifying_usergroups\";s:20:\"Modifying Usergroups\";s:22:\"moving_thread_to_forum\";s:30:\"Moving Thread:<br /> To Forum:\";s:36:\"moving_thread_with_redirect_to_forum\";s:46:\"Moving Thread (with Redirect):<br /> To Forum:\";s:17:\"open_close_thread\";s:22:\"Opening/Closing Thread\";s:17:\"private_messaging\";s:17:\"Private Messaging\";s:7:\"query_x\";s:11:\"Query: %1$s\";s:13:\"rating_thread\";s:13:\"Rating Thread\";s:11:\"registering\";s:11:\"Registering\";s:18:\"replying_to_thread\";s:18:\"Replying to Thread\";s:14:\"reporting_post\";s:16:\"Reporting a Post\";s:23:\"request_activation_code\";s:26:\"Requesting Activation Code\";s:18:\"resolve_ip_address\";s:18:\"Resolve IP Address\";s:18:\"resolved_host_name\";s:18:\"Resolved Host Name\";s:20:\"reversing_infraction\";s:20:\"Reversing Infraction\";s:11:\"search_bots\";s:11:\"Search Bots\";s:20:\"search_engine_spider\";s:20:\"Search Engine Spider\";s:16:\"searching_forums\";s:16:\"Searching Forums\";s:21:\"searching_member_list\";s:21:\"Searching Member List\";s:19:\"sending_aim_message\";s:19:\"Sending AIM Message\";s:22:\"sending_forum_feedback\";s:22:\"Sending Forum Feedback\";s:19:\"sending_icq_message\";s:19:\"Sending ICQ Message\";s:19:\"sending_msn_message\";s:19:\"Sending MSN Message\";s:21:\"sending_skype_message\";s:21:\"Sending Skype Message\";s:24:\"sending_thread_to_friend\";s:26:\"Sending Thread to a Friend\";s:21:\"sending_yahoo_message\";s:21:\"Sending Yahoo Message\";s:7:\"spiders\";s:7:\"Spiders\";s:16:\"splitting_thread\";s:16:\"Splitting Thread\";s:20:\"stick_unstick_thread\";s:28:\"Sticking / Unsticking Thread\";s:20:\"subscribing_to_forum\";s:20:\"Subscribing to Forum\";s:21:\"subscribing_to_thread\";s:21:\"Subscribing to Thread\";s:25:\"tracking_private_messages\";s:25:\"Tracking Private Messages\";s:17:\"unable_resolve_ip\";s:28:\"Unable to resolve IP address\";s:16:\"unknown_location\";s:16:\"Unknown Location\";s:10:\"user_agent\";s:10:\"User Agent\";s:27:\"user_is_invisible_to_others\";s:27:\"User is invisible to others\";s:26:\"user_is_on_your_buddy_list\";s:26:\"User is on your buddy list\";s:6:\"user_x\";s:10:\"User: %1$s\";s:20:\"viewing_announcement\";s:20:\"Viewing Announcement\";s:16:\"viewing_archives\";s:16:\"Viewing Archives\";s:18:\"viewing_attachment\";s:18:\"Viewing Attachment\";s:23:\"viewing_attachment_list\";s:23:\"Viewing Attachment List\";s:19:\"viewing_attachments\";s:19:\"Viewing Attachments\";s:15:\"viewing_avatars\";s:15:\"Viewing Avatars\";s:15:\"viewing_bb_code\";s:15:\"Viewing BB Code\";s:16:\"viewing_calendar\";s:16:\"Viewing Calendar\";s:21:\"viewing_deleted_posts\";s:21:\"Viewing Deleted Posts\";s:23:\"viewing_deleted_threads\";s:23:\"Viewing Deleted Threads\";s:21:\"viewing_error_message\";s:21:\"Viewing Error Message\";s:13:\"viewing_event\";s:13:\"Viewing Event\";s:11:\"viewing_faq\";s:11:\"Viewing FAQ\";s:13:\"viewing_forum\";s:13:\"Viewing Forum\";s:20:\"viewing_forum_closed\";s:30:\"Viewing \'Forum Closed\' Message\";s:21:\"viewing_forum_leaders\";s:21:\"Viewing Forum Leaders\";s:15:\"viewing_gallery\";s:15:\"Viewing Gallery\";s:13:\"viewing_index\";s:13:\"Viewing Index\";s:18:\"viewing_infraction\";s:18:\"Viewing Infraction\";s:18:\"viewing_ip_address\";s:18:\"Viewing IP Address\";s:19:\"viewing_member_list\";s:19:\"Viewing Member List\";s:23:\"viewing_moderated_posts\";s:23:\"Viewing Moderated Posts\";s:25:\"viewing_moderated_threads\";s:25:\"Viewing Moderated Threads\";s:17:\"viewing_new_posts\";s:17:\"Viewing New Posts\";s:29:\"viewing_no_permission_message\";s:31:\"Viewing \'No Permission\' Message\";s:26:\"viewing_paid_subscriptions\";s:26:\"Viewing Paid Subscriptions\";s:12:\"viewing_poll\";s:12:\"Viewing Poll\";s:25:\"viewing_printable_version\";s:25:\"Viewing Printable Version\";s:23:\"viewing_private_message\";s:23:\"Viewing Private Message\";s:15:\"viewing_smilies\";s:15:\"Viewing Smilies\";s:26:\"viewing_subscribed_threads\";s:26:\"Viewing Subscribed Threads\";s:14:\"viewing_thread\";s:14:\"Viewing Thread\";s:26:\"viewing_user_control_panel\";s:26:\"Viewing User Control Panel\";s:17:\"viewing_user_note\";s:17:\"Viewing User Note\";s:20:\"viewing_user_profile\";s:20:\"Viewing User Profile\";s:18:\"viewing_who_posted\";s:18:\"Viewing Who Posted\";s:19:\"viewing_whos_online\";s:20:\"Viewing Who\'s Online\";s:9:\"viewing_x\";s:12:\"Viewing %1$s\";s:6:\"voting\";s:6:\"voting\";s:22:\"x_spider_htmlvalidator\";s:19:\"%1$s HTML Validator\";s:20:\"x_spider_linkchecker\";s:17:\"%1$s Link Checker\";s:21:\"x_spider_searchspider\";s:11:\"%1$s Spider\";}','a:118:{s:3:\"any\";s:3:\"Any\";s:19:\"approved_attachment\";s:19:\"Approved Attachment\";s:13:\"approved_post\";s:13:\"Approved Post\";s:15:\"approved_thread\";s:15:\"Approved Thread\";s:18:\"attachment_removed\";s:18:\"Attachment Removed\";s:19:\"attachment_uploaded\";s:19:\"Attachment Uploaded\";s:19:\"awaiting_moderation\";s:19:\"Awaiting Moderation\";s:8:\"category\";s:8:\"Category\";s:20:\"change_expiring_time\";s:29:\"Change Expiring Time From Now\";s:27:\"change_to_expiring_redirect\";s:27:\"Change to Expiring Redirect\";s:28:\"change_to_permanent_redirect\";s:28:\"Change to Permanent Redirect\";s:11:\"child_posts\";s:11:\"Child Posts\";s:6:\"closed\";s:6:\"Closed\";s:29:\"copy_posts_to_existing_thread\";s:29:\"Copy Posts to Existing Thread\";s:24:\"copy_posts_to_new_thread\";s:24:\"Copy Posts to New Thread\";s:11:\"copy_thread\";s:11:\"Copy Thread\";s:42:\"copying_x_posts_from_y_threads_in_z_forums\";s:58:\"Copying %1$s post(s) from %2$s thread(s) in %3$s forum(s).\";s:14:\"delete_message\";s:14:\"Delete Message\";s:13:\"delete_thread\";s:13:\"Delete Thread\";s:7:\"deleted\";s:7:\"Deleted\";s:14:\"deleted_thread\";s:14:\"Deleted Thread\";s:43:\"deleting_x_posts_from_y_threads_in_z_forums\";s:59:\"Deleting %1$s post(s) from %2$s thread(s) in %3$s forum(s).\";s:32:\"deleting_x_threads_from_y_forums\";s:43:\"Deleting %1$s thread(s) from %2$s forum(s).\";s:16:\"deletion_options\";s:16:\"Deletion Options\";s:15:\"deletion_status\";s:15:\"Deletion Status\";s:8:\"deselect\";s:8:\"Deselect\";s:18:\"destination_thread\";s:18:\"Destination Thread\";s:11:\"edit_thread\";s:11:\"Edit Thread\";s:10:\"expires_in\";s:10:\"Expires in\";s:6:\"guests\";s:6:\"Guests\";s:28:\"how_would_you_like_to_delete\";s:29:\"How would you like to delete?\";s:30:\"item_deleted_would_you_like_to\";s:50:\"This item has been \'deleted\'. Would you like to...\";s:16:\"keep_attachments\";s:16:\"Keep Attachments\";s:23:\"leave_expiring_redirect\";s:23:\"Leave Expiring Redirect\";s:16:\"leave_it_deleted\";s:16:\"Leave it deleted\";s:17:\"leave_no_redirect\";s:17:\"Leave No Redirect\";s:24:\"leave_permanent_redirect\";s:24:\"Leave Permanent Redirect\";s:15:\"leave_redirects\";s:15:\"Leave Redirects\";s:4:\"link\";s:4:\"Link\";s:11:\"manage_post\";s:11:\"Manage Post\";s:17:\"may_rename_thread\";s:39:\"You may rename this thread if you wish.\";s:27:\"merge_thread_control_allows\";s:183:\"The \'Merge Thread\' control allows you to merge two separate threads into a single, combined thread.\r\n			You may specify a new name for the combined thread resulting from this merging.\";s:13:\"merge_threads\";s:13:\"Merge Threads\";s:42:\"merging_x_posts_from_y_threads_in_z_forums\";s:58:\"Merging %1$s post(s) from %2$s thread(s) in %3$s forum(s).\";s:31:\"merging_x_threads_from_y_forums\";s:42:\"Merging %1$s thread(s) from %2$s forum(s).\";s:16:\"moderated_thread\";s:16:\"Moderated Thread\";s:13:\"moderator_log\";s:13:\"Moderator Log\";s:15:\"moderator_notes\";s:15:\"Moderator Notes\";s:15:\"move_posts_note\";s:196:\"Use the field below to specify the url of the thread that the selected posts are to be merged into. Note that\r\n				all posts will be inserted into their chronological positions within this thread.\";s:29:\"move_posts_to_existing_thread\";s:29:\"Move Posts to Existing Thread\";s:24:\"move_posts_to_new_thread\";s:24:\"Move Posts to New Thread\";s:11:\"move_thread\";s:11:\"Move Thread\";s:41:\"moving_moderated_and_soft_deleted_threads\";s:67:\"Moving moderated and soft deleted threads will not leave redirects.\";s:41:\"moving_x_posts_from_y_threads_in_z_forums\";s:57:\"Moving %1$s post(s) from %2$s thread(s) in %3$s forum(s).\";s:30:\"moving_x_threads_from_y_forums\";s:41:\"Moving %1$s thread(s) from %2$s forum(s).\";s:11:\"new_subject\";s:11:\"New Subject\";s:18:\"new_thread_details\";s:18:\"New Thread Details\";s:10:\"no_posting\";s:10:\"No Posting\";s:13:\"normal_thread\";s:13:\"Normal Thread\";s:12:\"not_redirect\";s:12:\"Not Redirect\";s:5:\"notes\";s:5:\"Notes\";s:4:\"open\";s:4:\"Open\";s:6:\"opened\";s:6:\"Opened\";s:13:\"opened_thread\";s:13:\"Opened Thread\";s:17:\"physically_remove\";s:17:\"Physically remove\";s:25:\"physically_remove_message\";s:25:\"Physically Remove Message\";s:11:\"poll_edited\";s:11:\"Poll Edited\";s:5:\"polls\";s:5:\"Polls\";s:31:\"post_merged_from_multiple_posts\";s:31:\"Post merged from multiple posts\";s:19:\"post_x_by_y_removed\";s:32:\"Post <i>%1$s</i> by %2$s Removed\";s:23:\"post_x_by_y_softdeleted\";s:37:\"Post <i>%1$s</i> by %2$s Soft Deleted\";s:13:\"post_x_edited\";s:23:\"Post <i>%1$s</i> Edited\";s:21:\"post_y_by_x_undeleted\";s:34:\"Post <i>%1$s</i> by %2$s Undeleted\";s:17:\"posts_copied_to_x\";s:29:\"Posts copied to threadid %1$s\";s:25:\"posts_moved_to_new_thread\";s:116:\"All the posts you selected on this page will be moved into a new thread, the details of which you must specify here.\";s:19:\"reason_for_deletion\";s:30:\"Reason for Deletion (optional)\";s:14:\"redirect_title\";s:14:\"Redirect Title\";s:6:\"select\";s:6:\"Select\";s:33:\"soft_delete_leave_deleted_message\";s:49:\"\'Soft\' delete - Leave &quot;Deleted&quot; Message\";s:5:\"split\";s:5:\"Split\";s:12:\"split_thread\";s:12:\"Split Thread\";s:5:\"stuck\";s:5:\"Stuck\";s:12:\"stuck_thread\";s:12:\"Stuck Thread\";s:31:\"this_redirect_expires_on_x_at_y\";s:37:\"This redirect expires on %1$s at %2$s\";s:13:\"thread_closed\";s:6:\"Closed\";s:23:\"thread_contain_one_poll\";s:92:\"Since there are multiple polls, please choose which poll to keep for the destination thread.\";s:18:\"thread_copied_to_x\";s:24:\"Thread copied to \'%1$s\'.\";s:39:\"thread_edited_visible_x_open_y_sticky_z\";s:56:\"Thread edited. (visible: %1$s; open: %2$s; sticky: %3$s)\";s:14:\"thread_is_open\";s:45:\"Thread is open: Users can post in this thread\";s:16:\"thread_is_sticky\";s:63:\"Thread is sticky: Thread remains at top of list thread listings\";s:17:\"thread_is_visible\";s:80:\"Thread is visible: Un-check this box to send this thread to the moderation queue\";s:35:\"thread_merged_from_multiple_threads\";s:35:\"Thread merged from multiple threads\";s:20:\"thread_merged_with_x\";s:26:\"Thread merged with \'%1$s\'.\";s:17:\"thread_moved_to_x\";s:23:\"Thread moved to \'%1$s\'.\";s:31:\"thread_moved_with_redirect_to_a\";s:37:\"Thread moved with redirect to \'%1$s\'.\";s:11:\"thread_open\";s:4:\"Open\";s:23:\"thread_redirect_removed\";s:23:\"Thread Redirect Removed\";s:34:\"thread_redirects_can_not_be_merged\";s:37:\"Thread redirects can not be merged.\r\n\";s:14:\"thread_removed\";s:14:\"Thread Removed\";s:18:\"thread_softdeleted\";s:19:\"Thread Soft Deleted\";s:43:\"thread_split_from_threadid_a_by_b_on_x_at_d\";s:56:\"Thread split from threadid %1$s by %2$s on %3$s at %4$s.\";s:17:\"thread_split_to_x\";s:30:\"Thread split to threadid %1$s.\";s:12:\"thread_state\";s:12:\"Thread State\";s:13:\"thread_status\";s:13:\"Thread Status\";s:14:\"thread_summary\";s:14:\"Thread Summary\";s:22:\"thread_title_x_changed\";s:38:\"Thread title (original \'%1$s\') changed\";s:16:\"thread_undeleted\";s:16:\"Thread Undeleted\";s:21:\"thread_x_by_y_removed\";s:27:\"Thread %1$s by %2$s Removed\";s:21:\"unapproved_attachment\";s:21:\"Unapproved Attachment\";s:15:\"unapproved_post\";s:15:\"Unapproved Post\";s:17:\"unapproved_thread\";s:17:\"Unapproved Thread\";s:19:\"undelete_it_restore\";s:21:\"Undelete it (restore)\";s:7:\"unstuck\";s:7:\"Unstuck\";s:14:\"unstuck_thread\";s:14:\"Unstuck Thread\";s:26:\"url_of_thread_to_be_merged\";s:26:\"URL of Thread to be Merged\";s:35:\"use_field_to_specify_url_to_combine\";s:275:\"Use the field below to specify the URL of the thread that is to be combined with this one.\r\n			Note that all posts from the thread specified below will be inserted into their chronological positions\r\n			within this thread, and the thread specified below will then be deleted.\";s:7:\"visible\";s:7:\"Visible\";s:37:\"you_must_have_the_required_permission\";s:114:\"You must have the required permission for this action in all forums from which you have selected threads or posts.\";}','a:67:{s:3:\"bcc\";s:3:\"BCC\";s:16:\"confirm_deletion\";s:16:\"Confirm Deletion\";s:27:\"confirm_outstanding_receipt\";s:27:\"Confirm Outstanding Receipt\";s:34:\"confirmed_private_message_receipts\";s:34:\"Confirmed Private Message Receipts\";s:3:\"csv\";s:3:\"CSV\";s:17:\"delete_items_in_x\";s:64:\"Are you sure you want to permanently delete all items in \'%1$s\'?\";s:14:\"delete_message\";s:14:\"Delete Message\";s:27:\"delete_message_click_button\";s:107:\"To delete this message, check the appropriate option below and then click the \'Delete this Message\' button.\";s:19:\"delete_this_message\";s:19:\"Delete this Message\";s:32:\"download_all_private_messages_as\";s:32:\"Download all Private Messages as\";s:15:\"download_as_csv\";s:15:\"Download as CSV\";s:16:\"download_as_text\";s:16:\"Download as TEXT\";s:15:\"download_as_xml\";s:15:\"Download as XML\";s:9:\"dump_from\";s:4:\"From\";s:20:\"dump_privatemessages\";s:15:\"privatemessages\";s:7:\"dump_to\";s:2:\"To\";s:12:\"empty_folder\";s:12:\"Empty Folder\";s:9:\"file_type\";s:9:\"File Type\";s:11:\"folder_id_x\";s:15:\"Folder id: %1$s\";s:15:\"forward_message\";s:15:\"Forward Message\";s:14:\"forward_prefix\";s:3:\"FW:\";s:17:\"forwarded_message\";s:17:\"Forwarded Message\";s:10:\"last_month\";s:10:\"Last Month\";s:9:\"last_week\";s:9:\"Last Week\";s:12:\"mark_as_read\";s:12:\"Mark as read\";s:14:\"mark_as_unread\";s:14:\"Mark as unread\";s:20:\"may_send_to_x_people\";s:64:\"You may send your message to up to <b>%1$s</b> people at a time.\";s:16:\"message_tracking\";s:16:\"Message Tracking\";s:27:\"messages_stored_in_folder_x\";s:36:\"Messages stored in this folder: %1$s\";s:21:\"move_private_messages\";s:21:\"Move Private Messages\";s:25:\"not_tracking_any_messages\";s:44:\"You are currently not tracking any messages.\";s:21:\"pm_non_buddies_option\";s:62:\"Send message to users even if they are not on your buddy list.\";s:33:\"pm_non_buddies_option_description\";s:246:\"Your options are currently set to accept private messages only from users on your <a href=\"profile.php?%1$sdo=editlist\" target=\"_blank\">buddy list</a>. If you send a message to a user not on your buddy list, they will not be able to reply to you.\";s:24:\"post_new_private_message\";s:24:\"Send New Private Message\";s:15:\"preview_message\";s:15:\"Preview Message\";s:33:\"private_message_dump_for_user_x_y\";s:40:\"Private Message Dump for User %1$s; %2$s\";s:23:\"private_message_receipt\";s:23:\"Private Message Receipt\";s:26:\"private_messages_in_folder\";s:26:\"Private Messages in Folder\";s:4:\"read\";s:4:\"Read\";s:9:\"read_date\";s:9:\"Read Date\";s:12:\"read_message\";s:12:\"Read Message\";s:19:\"recipient_usernames\";s:21:\"Recipient Username(s)\";s:10:\"recipients\";s:10:\"Recipients\";s:17:\"repliedto_message\";s:18:\"Replied-to Message\";s:24:\"reply_to_private_message\";s:24:\"Reply to Private Message\";s:27:\"request_receipt_for_message\";s:39:\"Request a read receipt for this message\";s:30:\"save_copy_in_sent_items_folder\";s:73:\"Save a copy of this message in your <a href=\"%1$s\">Sent Items</a> folder.\";s:34:\"select_deselect_all_in_time_period\";s:41:\"Select / deselect all in this time period\";s:17:\"selected_messages\";s:17:\"Selected Messages\";s:9:\"sent_date\";s:9:\"Sent Date\";s:7:\"sent_to\";s:7:\"Sent to\";s:23:\"separate_multiple_names\";s:37:\"Separate multiple user names with \';\'\";s:16:\"standard_folders\";s:16:\"Standard Folders\";s:4:\"text\";s:4:\"Text\";s:18:\"to_delete_a_folder\";s:139:\"To <strong>delete</strong> a folder, remove the folder\'s name from the list. All messages stored in this folder will be moved to the Inbox.\";s:31:\"total_messages_in_all_folders_x\";s:42:\"Total messages stored in all folders: %1$s\";s:36:\"unconfirmed_private_message_receipts\";s:36:\"Unconfirmed Private Message Receipts\";s:14:\"unread_message\";s:14:\"Unread Message\";s:15:\"unreadable_data\";s:15:\"Unreadable Data\";s:12:\"view_message\";s:12:\"View Message\";s:21:\"x_contains_y_messages\";s:71:\"<a href=\"%1$s\"><strong>%2$s</strong></a> contains %3$s stored messages.\";s:29:\"x_contains_y_z_messages_of_xx\";s:106:\"<strong>%1$s</strong> contains %2$s messages.<br />You have %3$s messages stored, of a total %4$s allowed.\";s:30:\"x_has_requested_a_read_receipt\";s:44:\"%1$s has requested a read receipt - Confirm?\";s:24:\"x_requested_read_receipt\";s:114:\"<strong>%1$s</strong> has requested a read receipt - Confirm? <!-- phrase name: x_has_requested_a_read_receipt -->\";s:3:\"xml\";s:3:\"XML\";s:25:\"you_have_x_and_y_receipts\";s:104:\"You have <strong>%1$s</strong> confirmed and <strong>%2$s</strong> unconfirmed private message receipts.\";s:19:\"your_custom_folders\";s:19:\"Your Custom Folders\";}','a:224:{s:10:\"accept_all\";s:10:\"Accept All\";s:21:\"add_new_custom_avatar\";s:21:\"Add New Custom Avatar\";s:29:\"add_new_user_infraction_level\";s:29:\"Add New User Infraction Level\";s:18:\"add_new_user_title\";s:18:\"Add New User Title\";s:21:\"add_paid_subscription\";s:21:\"Add Paid Subscription\";s:16:\"additional_users\";s:16:\"Additional Users\";s:22:\"admin_override_options\";s:22:\"Admin Override Options\";s:22:\"admin_set_html_allowed\";s:29:\"Yes, admin set (HTML allowed)\";s:41:\"all_members_of_this_usergroup_will_revert\";s:73:\"All members of this usergroup will revert to the <i>registered</i> group.\";s:30:\"all_posts_will_be_set_to_guest\";s:50:\"All posts made by this user will be set to \'Guest\'\";s:8:\"all_time\";s:8:\"All Time\";s:21:\"allow_access_to_forum\";s:21:\"Allow Access to Forum\";s:68:\"are_you_sure_want_to_delete_private_messages_belonging_to_the_user_x\";s:193:\"Are you <b>sure</b> you want to delete the private messages belonging to the user called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:63:\"are_you_sure_want_to_delete_private_messages_sent_by_the_user_x\";s:188:\"Are you <b>sure</b> you want to delete the private messages sent by the user called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:43:\"are_you_sure_want_to_delete_subscriptions_x\";s:168:\"Are you <b>sure</b> you want to delete the subscriptions called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:34:\"are_you_sure_want_to_delete_user_x\";s:159:\"Are you <b>sure</b> you want to delete the user called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:47:\"are_you_sure_you_want_to_delete_this_user_title\";s:48:\"Are you sure you want to delete this User Title?\";s:39:\"are_you_sure_you_want_to_merge_x_into_y\";s:120:\"Are you sure you want to merge <b>%1$s</b> into <b>%2$s</b>?<br />\r\n<br />\r\n<b>%1$s</b> will be deleted after the merge.\";s:22:\"auto_subscription_mode\";s:34:\"Automatic Thread Subscription Mode\";s:24:\"avatars_to_show_per_page\";s:24:\"Avatars to Show Per Page\";s:8:\"ban_user\";s:8:\"Ban User\";s:17:\"birthday_is_after\";s:17:\"Birthday is After\";s:18:\"birthday_is_before\";s:18:\"Birthday is Before\";s:16:\"browsing_options\";s:16:\"Browsing Options\";s:13:\"change_avatar\";s:13:\"Change Avatar\";s:22:\"change_profile_picture\";s:22:\"Change Profile Picture\";s:16:\"change_signature\";s:16:\"Change Signature\";s:24:\"change_signature_picture\";s:24:\"Change Signature Picture\";s:47:\"click_the_button_to_send_password_reminder_to_x\";s:58:\"Click the button below to send a password reminder to %1$s\";s:13:\"confirm_merge\";s:13:\"Confirm Merge\";s:10:\"coppa_user\";s:10:\"COPPA User\";s:26:\"could_not_resolve_hostname\";s:26:\"Could Not Resolve Hostname\";s:24:\"current_reputation_power\";s:24:\"Current Reputation Power\";s:10:\"delete_all\";s:10:\"Delete All\";s:33:\"delete_all_users_private_messages\";s:34:\"Delete All User\'s Private Messages\";s:13:\"delete_avatar\";s:13:\"Delete Avatar\";s:23:\"delete_private_messages\";s:23:\"Delete Private Messages\";s:36:\"delete_private_messages_sent_by_user\";s:36:\"Delete Private Messages Sent by User\";s:20:\"delete_subscriptions\";s:20:\"Delete Subscriptions\";s:11:\"delete_user\";s:11:\"Delete User\";s:13:\"deleting_bans\";s:13:\"Deleting Bans\";s:23:\"deleting_custom_avatars\";s:23:\"Deleting Custom Avatars\";s:27:\"deleting_custom_profilepics\";s:32:\"Deleting Custom Profile Pictures\";s:24:\"deleting_event_reminders\";s:24:\"Deleting Event Reminders\";s:15:\"deleting_events\";s:15:\"Deleting Events\";s:19:\"deleting_moderators\";s:19:\"Deleting Moderators\";s:25:\"deleting_private_messages\";s:25:\"Deleting Private Messages\";s:22:\"deleting_subscriptions\";s:22:\"Deleting Subscriptions\";s:26:\"deleting_user_forum_access\";s:26:\"Deleting User Forum Access\";s:32:\"deleting_usergroup_join_requests\";s:32:\"Deleting Usergroup Join Requests\";s:18:\"deleting_usernotes\";s:19:\"Deleting User Notes\";s:14:\"deleting_users\";s:14:\"Deleting Users\";s:15:\"depth_to_search\";s:15:\"Depth to Search\";s:20:\"destination_username\";s:20:\"Destination Username\";s:23:\"display_aim_screen_name\";s:23:\"Display AIM Screen Name\";s:15:\"display_avatars\";s:15:\"Display Avatars\";s:16:\"display_birthday\";s:16:\"Display Birthday\";s:18:\"display_coppa_user\";s:18:\"Display COPPA User\";s:13:\"display_email\";s:13:\"Display Email\";s:13:\"display_group\";s:13:\"Display Group\";s:17:\"display_home_page\";s:17:\"Display Home Page\";s:15:\"display_icq_uin\";s:15:\"Display ICQ UIN\";s:14:\"display_images\";s:14:\"Display Images\";s:25:\"display_infraction_points\";s:25:\"Display Infraction Points\";s:19:\"display_infractions\";s:19:\"Display Infractions\";s:18:\"display_ip_address\";s:18:\"Display IP Address\";s:17:\"display_join_date\";s:17:\"Display Join Date\";s:21:\"display_last_activity\";s:21:\"Display Last Activity\";s:17:\"display_last_post\";s:17:\"Display Last Post\";s:14:\"display_msn_id\";s:14:\"Display MSN ID\";s:28:\"display_parent_email_address\";s:28:\"Display Parent Email Address\";s:18:\"display_post_count\";s:18:\"Display Post Count\";s:18:\"display_reputation\";s:18:\"Display Reputation\";s:17:\"display_signature\";s:17:\"Display Signature\";s:18:\"display_signatures\";s:18:\"Display Signatures\";s:18:\"display_skype_name\";s:18:\"Display Skype Name\";s:18:\"display_user_title\";s:18:\"Display User Title\";s:17:\"display_usergroup\";s:17:\"Display Usergroup\";s:16:\"display_username\";s:17:\"Display User Name\";s:16:\"display_warnings\";s:16:\"Display Warnings\";s:9:\"display_x\";s:12:\"Display %1$s\";s:16:\"display_yahoo_id\";s:17:\"Display Yahoo! ID\";s:26:\"do_not_show_editor_toolbar\";s:26:\"Do Not Show Editor Toolbar\";s:23:\"dst_currently_in_effect\";s:26:\"Is DST currently in effect\";s:17:\"edit_access_masks\";s:17:\"Edit Access Masks\";s:30:\"edit_administrator_permissions\";s:30:\"Edit Administrator Permissions\";s:35:\"edit_forum_permissions_access_masks\";s:37:\"Edit Forum Permissions (Access Masks)\";s:15:\"edit_reputation\";s:15:\"Edit Reputation\";s:23:\"edit_reputation_comment\";s:23:\"Edit Reputation Comment\";s:9:\"edit_user\";s:9:\"Edit User\";s:13:\"email_manager\";s:13:\"Email Manager\";s:13:\"email_options\";s:13:\"Email Options\";s:31:\"email_password_reminder_to_user\";s:31:\"Email Password Reminder to User\";s:21:\"email_to_send_at_once\";s:22:\"Email to send at once:\";s:45:\"email_will_be_sent_in_user_specified_language\";s:83:\"Note: The email will be sent in the language selected by the user in their profile.\";s:15:\"enter_image_url\";s:35:\"Please enter the URL of your image:\";s:27:\"enter_signature_picture_url\";s:27:\"Enter Signature Picture URL\";s:7:\"expires\";s:7:\"Expires\";s:26:\"find_ip_addresses_for_user\";s:51:\"Find IP Addresses for user<dfn>Enter Username</dfn>\";s:36:\"find_more_users_with_this_ip_address\";s:36:\"Find More Users with this IP Address\";s:18:\"find_posts_by_user\";s:18:\"Find Posts by User\";s:24:\"find_users_by_ip_address\";s:69:\"Find Users by IP Address<dfn>You may enter a partial IP Address</dfn>\";s:17:\"forum_permissions\";s:17:\"Forum Permissions\";s:29:\"has_not_logged_on_for_xx_days\";s:35:\"Has not logged on for <i>x</i> days\";s:7:\"icq_uin\";s:7:\"ICQ UIN\";s:45:\"if_you_leave_a_field_blank_it_will_be_ignored\";s:45:\"If you leave a field blank it will be ignored\";s:37:\"if_you_want_to_prune_user_posts_first\";s:89:\"If you want to prune all the user\'s messages first, please click <a href=\"%1$s\">here</a>.\";s:10:\"ignore_all\";s:10:\"Ignore All\";s:13:\"image_options\";s:13:\"Image Options\";s:38:\"include_users_that_have_declined_email\";s:46:\"Include users that have declined admin emails?\";s:17:\"infraction_groups\";s:17:\"Infraction Groups\";s:17:\"infraction_points\";s:17:\"Infraction Points\";s:34:\"infraction_points_are_greater_than\";s:46:\"Infraction Points are greater than or equal to\";s:31:\"infraction_points_are_less_than\";s:31:\"Infraction Points are less than\";s:28:\"infractions_are_greater_than\";s:40:\"Infractions are greater than or equal to\";s:25:\"infractions_are_less_than\";s:25:\"Infractions are less than\";s:34:\"ip_address_search_for_ip_address_x\";s:47:\"IP Address Search for IP Address: \"</b>%1$s<b>\"\";s:28:\"ip_address_search_for_user_x\";s:41:\"IP Address Search for User: \"</b>%1$s<b>\"\";s:45:\"it_is_recommended_that_you_update_user_titles\";s:141:\"It is recommended that you <a href=\"misc.php?%1$s\">update user titles and ranks</a> after adding, editing, and deleting user titles or ranks.\";s:18:\"join_date_is_after\";s:18:\"Join Date is After\";s:19:\"join_date_is_before\";s:19:\"Join Date is Before\";s:21:\"join_requests_manager\";s:21:\"Join Requests Manager\";s:16:\"keep_adminavatar\";s:18:\"Keep Custom Avatar\";s:20:\"keep_adminprofilepic\";s:23:\"Keep Custom Profile Pic\";s:22:\"last_activity_is_after\";s:22:\"Last Activity is After\";s:23:\"last_activity_is_before\";s:23:\"Last Activity is Before\";s:18:\"last_post_is_after\";s:18:\"Last Post is After\";s:19:\"last_post_is_before\";s:19:\"Last Post is Before\";s:22:\"list_new_registrations\";s:22:\"List New Registrations\";s:16:\"list_top_posters\";s:16:\"List Top Posters\";s:30:\"list_users_awaiting_moderation\";s:30:\"List Users Awaiting Moderation\";s:26:\"list_users_with_x_messages\";s:29:\"List Users with %1$s Messages\";s:34:\"list_visitors_in_the_last_24_hours\";s:34:\"List Visitors in the Last 24 Hours\";s:15:\"maximum_results\";s:11:\"Max Results\";s:42:\"merge_allows_you_to_join_two_user_accounts\";s:527:\"Merge allows you to join two user accounts into one single account.\r\nThe source account will be combined into the destination account.<br />\r\n<br />\r\nPosts, threads, calendar events, private messages, post count, reputation, buddylist and ignorelist will be combined.<br />\r\n<br />\r\nThe combined user will still have the same permissions that the destination user had to begin with.\r\nAny access masks or moderator ability that the source user had will not be transferred.<br />\r\n<br />\r\n<b>This process can not be reversed</b>.\";s:11:\"merge_users\";s:11:\"Merge Users\";s:13:\"message_email\";s:535:\"Message:<dfn>In the message, you may use $userid, $username, $email, $activateid, and $activatelink.<br /><br />$activateid will be the activation number the user must use to activate his/her account. $activatelink will be the URL that a user needs to visit to be  activated. <i>Note: These will only be defined to users in the \"Users Awaiting Email Confirmation\" group.</i><br /><br /><b>Note:</b> you can not send passwords using this form as they are encrypted in the database. Please link to the \'lost password\' form instead.</dfn>\";s:22:\"move_user_to_usergroup\";s:22:\"Move User to Usergroup\";s:6:\"msn_id\";s:6:\"MSN ID\";s:16:\"no_matches_found\";s:16:\"No Matches Found\";s:18:\"number_of_messages\";s:18:\"Number of Messages\";s:15:\"number_of_users\";s:15:\"Number of Users\";s:20:\"other_please_specify\";s:22:\"Other (please specify)\";s:18:\"personal_home_page\";s:9:\"Home Page\";s:27:\"please_input_referral_dates\";s:115:\"Please input the dates that you would like the report run for or leave them blank for a report covering everything.\";s:6:\"points\";s:6:\"Points\";s:58:\"pop_up_notification_box_when_a_private_message_is_received\";s:60:\"Pop up a Notification Box When a Private Message is Received\";s:17:\"post_ip_addresses\";s:17:\"Post IP Addresses\";s:22:\"posts_are_greater_than\";s:34:\"Posts are greater than or equal to\";s:19:\"posts_are_less_than\";s:19:\"Posts are less than\";s:18:\"posts_is_less_than\";s:18:\"Posts is less than\";s:13:\"primary_users\";s:13:\"Primary Users\";s:26:\"private_message_statistics\";s:26:\"Private Message Statistics\";s:38:\"private_messages_belonging_to_the_user\";s:38:\"Private Messages belonging to the user\";s:22:\"private_messages_for_x\";s:25:\"Private Messages for %1$s\";s:33:\"private_messages_sent_by_the_user\";s:33:\"Private Messages sent by the user\";s:7:\"process\";s:7:\"Process\";s:16:\"quick_user_links\";s:16:\"Quick User Links\";s:15:\"referrals_for_x\";s:18:\"Referrals for %1$s\";s:23:\"registration_ip_address\";s:23:\"Registration IP Address\";s:25:\"registration_ip_addresses\";s:25:\"Registration IP Addresses\";s:46:\"reputation_for_a_page_b_c_there_are_d_comments\";s:63:\"Reputation for %1$s (Page %2$s/%3$s) | There are %4$s comments.\";s:26:\"reputation_is_greater_than\";s:38:\"Reputation is greater than or equal to\";s:23:\"reputation_is_less_than\";s:23:\"Reputation is less than\";s:42:\"resize_image_to_users_maximum_allowed_size\";s:88:\"Resize image to user\'s maximum allowed size\r\n<dfn>As defined by their usergroup(s)</dfn>\";s:15:\"resolve_address\";s:15:\"Resolve Address\";s:15:\"search_criteria\";s:15:\"Search Criteria\";s:19:\"search_ip_addresses\";s:19:\"Search IP Addresses\";s:12:\"search_users\";s:12:\"Search Users\";s:28:\"send_email_to_accepted_users\";s:42:\"Send email to users who have been accepted\";s:27:\"send_email_to_deleted_users\";s:41:\"Send email to users who have been deleted\";s:18:\"send_email_to_user\";s:18:\"Send Email to User\";s:21:\"send_password_to_user\";s:21:\"Send Password to User\";s:28:\"send_private_message_to_user\";s:28:\"Send Private Message to User\";s:20:\"show_all_coppa_users\";s:20:\"Show All COPPA Users\";s:14:\"show_all_users\";s:14:\"Show All Users\";s:27:\"showing_avatars_x_to_y_of_z\";s:36:\"Showing Avatars %1$s to %2$s of %3$s\";s:25:\"showing_users_x_to_y_of_z\";s:34:\"Showing Users %1$s to %2$s of %3$s\";s:15:\"sorting_options\";s:15:\"Sorting Options\";s:15:\"source_username\";s:15:\"Source Username\";s:18:\"starting_at_result\";s:18:\"Starting at Result\";s:18:\"subscribe_choice_0\";s:30:\"Subscribe with no notification\";s:18:\"subscribe_choice_1\";s:26:\"Instant email notification\";s:18:\"subscribe_choice_2\";s:24:\"Daily email notification\";s:18:\"subscribe_choice_3\";s:25:\"Weekly email notification\";s:21:\"subscribe_choice_none\";s:16:\"Do not subscribe\";s:4:\"test\";s:4:\"Test\";s:15:\"test_email_only\";s:56:\"Test Email Only?<dfn>(Will not send any email out)</dfn>\";s:29:\"text_to_separate_addresses_by\";s:220:\"Text to separate addresses by:<dfn>This is a space by default, but you may wish to produce, CSV (in this case use a comma) or quoted CSV (use: \",\" in this case, including the quotes), so both of these are possible.</dfn>\";s:29:\"this_action_is_not_reversible\";s:222:\"Note: Clicking the \'delete\' button will remove the selected users completely. This action is <b>not</b> reversible... please be sure!<br /><br />Users marked with the <b>[ ! ]</b> button are not editable using this system.\";s:48:\"this_is_a_coppa_user_do_not_change_to_registered\";s:103:\"This is a COPPA user. Do not change usergroup to \'Registered\' unless you have received parental consent\";s:48:\"this_system_allows_you_to_mass_move_delete_users\";s:266:\"This system allows you to mass-move users to a different usergroup, or prune away inactive members.<br /><br />Use the form below to select users matching your search conditions. You will then be given the option to individually move or prune away the matched users.\";s:12:\"time_options\";s:12:\"Time Options\";s:40:\"update_or_add_administration_permissions\";s:40:\"Update or Add Administration Permissions\";s:22:\"updating_threads_posts\";s:24:\"Updating Threads / Posts\";s:28:\"updating_threads_posts_for_x\";s:33:\"Updating Threads / Posts for %1$s\";s:14:\"updating_users\";s:14:\"Updating Users\";s:18:\"use_current_avatar\";s:18:\"Use Current Avatar\";s:33:\"use_email_notification_by_default\";s:33:\"Use Email Notification by Default\";s:21:\"use_signature_picture\";s:21:\"Use Signature Picture\";s:18:\"user_has_no_avatar\";s:18:\"User has no avatar\";s:12:\"user_manager\";s:12:\"User Manager\";s:26:\"user_moving_pruning_system\";s:26:\"User Moving/Pruning System\";s:26:\"user_profile_field_options\";s:26:\"User Profile Field Options\";s:15:\"user_ranks_desc\";s:143:\"User <i>ranks</i> are images that appear beneath your user\'s names on their posts. <i>Ranks</i> assigned to All Usergroups appear for everyone.\";s:8:\"user_set\";s:13:\"Yes, user set\";s:18:\"user_title_manager\";s:18:\"User Title Manager\";s:16:\"usergroup_leader\";s:16:\"Usergroup Leader\";s:17:\"usergroup_options\";s:17:\"Usergroup Options\";s:25:\"users_awaiting_moderation\";s:25:\"Users Awaiting Moderation\";s:36:\"users_with_x_private_messages_stored\";s:39:\"Users with %1$s Private Messages Stored\";s:22:\"view_forum_permissions\";s:22:\"View Forum Permissions\";s:16:\"view_infractions\";s:16:\"View Infractions\";s:17:\"view_ip_addresses\";s:17:\"View IP Addresses\";s:18:\"view_join_requests\";s:18:\"View Join Requests\";s:37:\"view_other_ip_addresses_for_this_user\";s:37:\"View Other IP Addresses for this User\";s:31:\"view_private_message_statistics\";s:31:\"View Private Message Statistics\";s:7:\"warning\";s:7:\"Warning\";s:8:\"warnings\";s:8:\"Warnings\";s:25:\"warnings_are_greater_than\";s:37:\"Warnings are greater than or equal to\";s:22:\"warnings_are_less_than\";s:22:\"Warnings are less than\";s:8:\"yahoo_id\";s:9:\"Yahoo! ID\";s:24:\"yes_but_not_parsing_html\";s:25:\"Yes, but not parsing HTML\";s:33:\"you_may_not_delete_move_this_user\";s:159:\"You may not delete/move this user - The user is either:\\n\\n1) An Administrator\\n2) A Super-Moderator\\n3) A Moderator\\n4) Undeletable User (config.php)\\n5) You!\";}','a:11:{s:13:\"access_denied\";s:13:\"Access Denied\";s:21:\"access_denied_x_users\";s:27:\"Access Denied: %1$s User(s)\";s:14:\"access_granted\";s:14:\"Access Granted\";s:22:\"access_granted_x_users\";s:28:\"Access Granted: %1$s User(s)\";s:19:\"access_mask_manager\";s:19:\"Access Mask Manager\";s:25:\"access_masks_quick_editor\";s:25:\"Access Masks Quick Editor\";s:23:\"delete_all_access_masks\";s:23:\"Delete All Access Masks\";s:17:\"display_all_users\";s:17:\"Display All Users\";s:13:\"display_users\";s:13:\"Display Users\";s:4:\"sort\";s:4:\"Sort\";s:23:\"user_forum_access_for_x\";s:26:\"User Forum Access for %1$s\";}','a:106:{s:6:\"active\";s:6:\"Active\";s:22:\"add_new_scheduled_task\";s:22:\"Add New Scheduled Task\";s:27:\"allow_html_in_announcements\";s:75:\"Allow HTML in Announcements\r\n<dfn>Strongly not recommended - see Help</dfn>\";s:37:\"are_you_sure_want_to_delete_rssfeed_x\";s:253:\"Are you sure you want to delete the RSS feed called \'%1$s\'?<br />\r\n<br />\r\nDeleting this item will <strong>not</strong> remove any threads, posts or announcements posted from the feed. Please use the regular moderation tools if you wish to remove these.\";s:51:\"are_you_sure_you_want_to_delete_this_scheduled_task\";s:52:\"Are you sure you want to delete this Scheduled Task?\";s:13:\"body_template\";s:13:\"Body Template\";s:16:\"check_feed_every\";s:19:\"Check Feed Every...\";s:24:\"close_thread_after_delay\";s:24:\"Close Thread After Delay\";s:22:\"convert_html_to_bbcode\";s:118:\"Convert HTML to BB Code.\r\n<dfn>If this is enabled then the setting \"Allow HTML in Announcements\" will be ignored</dfn>\";s:8:\"day_abbr\";s:1:\"D\";s:12:\"day_of_month\";s:16:\"Day of the Month\";s:11:\"day_of_week\";s:79:\"Day of the Week <dfn>(Note: this overrides the \'day of the month\' option)</dfn>\";s:38:\"days_for_announcement_to_remain_active\";s:38:\"Days for Announcement to Remain Active\";s:11:\"dow_acronym\";s:3:\"DoW\";s:13:\"edit_rss_feed\";s:13:\"Edit RSS Feed\";s:15:\"feed_is_enabled\";s:15:\"Feed is Enabled\";s:29:\"feed_supports_content_encoded\";s:254:\"This feed supports <em>content:encoded</em>. Your imported feeds may appear nicer if you use <strong>{rss:content:encoded}</strong> in your bodytemplate instead of <strong>{rss:description}</strong> and enable the <em>Convert HTML to BB Code</em> option.\";s:11:\"friday_abbr\";s:3:\"Fri\";s:9:\"hour_abbr\";s:1:\"h\";s:12:\"last_checked\";s:12:\"Last Checked\";s:10:\"log_phrase\";s:10:\"Log Phrase\";s:18:\"make_thread_sticky\";s:18:\"Make Thread Sticky\";s:22:\"maximum_items_to_fetch\";s:97:\"Maximum Items to Fetch\r\n<dfn>Any items above this number found in the feed will be ignored.</dfn>\";s:8:\"min_abbr\";s:1:\"m\";s:15:\"moderate_thread\";s:124:\"Moderate Thread\r\n<dfn>If set to \'Yes\', threads will be invisible when posted until authorized by a board staff member.</dfn>\";s:11:\"monday_abbr\";s:3:\"Mon\";s:10:\"month_abbr\";s:1:\"M\";s:9:\"next_time\";s:9:\"Next Time\";s:27:\"post_items_as_announcements\";s:27:\"Post Items as Announcements\";s:21:\"post_items_as_threads\";s:21:\"Post Items as Threads\";s:12:\"preview_feed\";s:12:\"Preview Feed\";s:23:\"reset_last_checked_time\";s:23:\"Reset Last Checked Time\";s:8:\"rss_feed\";s:8:\"RSS Feed\";s:25:\"rss_templates_description\";s:318:\"The two templates listed here are used for the title (title template) and body (body template) of messages posted by the RSS poster.<br />\r\n<br />\r\nYou can specify exactly how these items appear and any item from a feed can be inserted by using {rss:fieldname} where \'fieldname\' corresponds to an XML node in the feed.\";s:21:\"rssfeed_body_template\";s:50:\"{rss:description}\r\n\r\n[url={rss:link}]More...[/url]\";s:22:\"rssfeed_title_template\";s:11:\"{rss:title}\";s:7:\"run_now\";s:7:\"Run Now\";s:22:\"run_scheduled_task_now\";s:22:\"Run Scheduled Task Now\";s:13:\"saturday_abbr\";s:3:\"Sat\";s:14:\"scheduled_task\";s:14:\"Scheduled Task\";s:22:\"scheduled_task_manager\";s:22:\"Scheduled Task Manager\";s:15:\"scheduled_tasks\";s:15:\"Scheduled Tasks\";s:22:\"search_items_for_words\";s:148:\"Search Items for Words\r\n<dfn>Only insert items if they contain one or more of these words. Put a space or a new line between each search word.</dfn>\";s:11:\"sunday_abbr\";s:3:\"Sun\";s:18:\"task_activate_desc\";s:161:\"This script sends reminder emails to users in the Awaiting Confirmation usergroup. An email is sent one day after the user has registered and again at five days.\";s:17:\"task_activate_log\";s:40:\"Activation Reminder Emails sent to: %1$s\";s:19:\"task_activate_title\";s:25:\"Activation Reminder Email\";s:25:\"task_attachmentviews_desc\";s:175:\"This script updates attachment views once an hour if the delayed attachment views option is enabled.  This is suggested for forums with a large number of attachments or users.\";s:24:\"task_attachmentviews_log\";s:24:\"Attachment Views Updated\";s:26:\"task_attachmentviews_title\";s:16:\"Attachment Views\";s:18:\"task_birthday_desc\";s:40:\"Sends emails to users on their birthday.\";s:17:\"task_birthday_log\";s:28:\"Birthday Email Sent to: %1$s\";s:19:\"task_birthday_title\";s:9:\"Birthdays\";s:16:\"task_ccbill_desc\";s:178:\"This script is only needed if you enable the CCBill payment processor. It will contact the CCBill server to check for reversed payments and update your subscriptions accordingly.\";s:15:\"task_ccbill_log\";s:12:\"CCBill: %1$s\";s:17:\"task_ccbill_title\";s:21:\"CCBill Reversal Check\";s:18:\"task_cleanup2_desc\";s:57:\"This script performs various cleanup tasks once per hour.\";s:17:\"task_cleanup2_log\";s:27:\"Hourly Cleanup #2 Completed\";s:19:\"task_cleanup2_title\";s:17:\"Hourly Cleanup #2\";s:17:\"task_cleanup_desc\";s:57:\"This script performs various cleanup tasks once per hour.\";s:16:\"task_cleanup_log\";s:27:\"Hourly Cleanup #1 Completed\";s:18:\"task_cleanup_title\";s:14:\"Hourly Cleanup\";s:22:\"task_dailycleanup_desc\";s:56:\"This script performs various cleanup tasks once per day.\";s:21:\"task_dailycleanup_log\";s:23:\"Daily Cleanup Completed\";s:23:\"task_dailycleanup_title\";s:13:\"Daily Cleanup\";s:21:\"task_digestdaily_desc\";s:67:\"This script sends out new post and new thread digests once per day.\";s:20:\"task_digestdaily_log\";s:17:\"Daily Digest Sent\";s:22:\"task_digestdaily_title\";s:12:\"Daily Digest\";s:22:\"task_digestweekly_desc\";s:68:\"This script sends out new post and new thread digests once per week.\";s:21:\"task_digestweekly_log\";s:18:\"Weekly Digest Sent\";s:23:\"task_digestweekly_title\";s:13:\"Weekly Digest\";s:21:\"task_infractions_desc\";s:42:\"Removes expired infractions twice an hour.\";s:20:\"task_infractions_log\";s:28:\"Infraction Expired for: %1$s\";s:22:\"task_infractions_title\";s:19:\"Infractions Cleanup\";s:19:\"task_promotion_desc\";s:56:\"This script performs usergroup promotions once per hour.\";s:18:\"task_promotion_log\";s:107:\"Usergroup: <strong>%1$s</strong>%2$s; Users: %3$s<dfn>* = Primary Usergroup, %% = Secondary Usergroup</dfn>\";s:20:\"task_promotion_title\";s:15:\"User Promotions\";s:18:\"task_reminder_desc\";s:61:\"This script sends out calendar event reminders twice an hour.\";s:17:\"task_reminder_log\";s:34:\"Event Reminder Email Sent to: %1$s\";s:19:\"task_reminder_title\";s:14:\"Event Reminder\";s:20:\"task_removebans_desc\";s:73:\"This script restores the access of temporarily banned users once an hour.\";s:19:\"task_removebans_log\";s:25:\"Lifted Ban on Users: %1$s\";s:21:\"task_removebans_title\";s:32:\"Restore Temporarily Banned Users\";s:19:\"task_rssposter_desc\";s:95:\"Reads RSS feeds from the internet and inserts them into your board as threads or announcements.\";s:18:\"task_rssposter_log\";s:28:\"Inserted the following: %1$s\";s:20:\"task_rssposter_title\";s:16:\"RSS Poster Robot\";s:15:\"task_stats_desc\";s:164:\"This script updates forum stats once per day.  These are the stats that are accessed from the Admin Control Panel (New Users, New Threads, New Posts, Active Users).\";s:14:\"task_stats_log\";s:24:\"Daily Statistics Updated\";s:16:\"task_stats_title\";s:20:\"Daily Statistics Log\";s:23:\"task_subscriptions_desc\";s:127:\"Once per day, this script removes expired paid subscriptions as well as sends out reminders about soon to expire subscriptions.\";s:22:\"task_subscriptions_log\";s:26:\"Paid Subscriptions Updated\";s:24:\"task_subscriptions_title\";s:13:\"Subscriptions\";s:21:\"task_threadviews_desc\";s:124:\"This script updates thread views once per hour.  This option is suggested for forums with large numbers of threads or users.\";s:20:\"task_threadviews_log\";s:20:\"Thread Views Updated\";s:22:\"task_threadviews_title\";s:12:\"Thread Views\";s:19:\"thread_action_delay\";s:205:\"Thread Action Delay (Hours)\r\n<dfn>If you specify a number of hours here, the actions ticked below will be performed on the inserted thread after the delay specified. Set to 0 to disable this feature.</dfn>\";s:13:\"thursday_abbr\";s:3:\"Thu\";s:14:\"title_template\";s:14:\"Title Template\";s:12:\"tuesday_abbr\";s:3:\"Tue\";s:26:\"unstick_thread_after_delay\";s:33:\"Unstick Sticky Thread After Delay\";s:11:\"url_of_feed\";s:11:\"URL of Feed\";s:14:\"wednesday_abbr\";s:3:\"Wed\";s:7:\"x_hours\";s:10:\"%1$s Hours\";s:9:\"x_minutes\";s:12:\"%1$s Minutes\";s:20:\"x_unable_to_open_url\";s:59:\"<p><em>%1$s</em> Unable to open URL or no data returned</p>\";s:23:\"x_xml_error_y_at_line_z\";s:49:\"<p><em>%1$s</em> XML Error: %2$s at line %3$s</p>\";}','a:17:{s:28:\"add_new_moderator_to_forum_x\";s:59:\"Add New Moderator to Forum <span class=\"normal\">%1$s</span>\";s:39:\"are_you_sure_want_to_delete_moderator_x\";s:164:\"Are you <b>sure</b> you want to delete the moderator called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:46:\"are_you_sure_you_want_to_delete_this_moderator\";s:47:\"Are you sure you want to delete this Moderator?\";s:33:\"can_edit_user_reputation_comments\";s:33:\"Can Edit User Reputation Comments\";s:37:\"change_moderator_primary_usergroup_to\";s:39:\"Change Moderator\'s Primary Usergroup to\";s:28:\"edit_moderator_x_for_forum_y\";s:48:\"Edit Moderator </b>%1$s<b> for Forum </b>%2$s<b>\";s:17:\"email_preferences\";s:17:\"Email Preferences\";s:42:\"if_you_would_like_to_remove_this_moderator\";s:42:\"If You Would Like to Remove this Moderator\";s:26:\"make_moderator_a_member_of\";s:26:\"Make Moderator a Member of\";s:17:\"moderator_manager\";s:17:\"Moderator Manager\";s:20:\"more_than_x_days_ago\";s:23:\"More Than %1$s Days Ago\";s:25:\"receive_email_on_new_post\";s:40:\"Receive Email When a New Post is Created\";s:27:\"receive_email_on_new_thread\";s:42:\"Receive Email When a New Thread is Created\";s:32:\"remove_moderator_from_all_forums\";s:37:\"Remove this Moderator from All Forums\";s:27:\"super_moderator_permissions\";s:27:\"Super Moderator Permissions\";s:16:\"super_moderators\";s:16:\"Super Moderators\";s:23:\"there_are_no_moderators\";s:33:\"There are no assigned moderators.\";}','a:107:{s:15:\"add_new_setting\";s:15:\"Add New Setting\";s:21:\"add_new_setting_group\";s:21:\"Add New Setting Group\";s:11:\"add_setting\";s:11:\"Add Setting\";s:9:\"alignment\";s:9:\"Alignment\";s:37:\"are_you_sure_want_to_delete_setting_x\";s:52:\"Are you sure you want to delete the setting: \'%1$s\'?\";s:42:\"are_you_sure_want_to_delete_settinggroup_x\";s:58:\"Are you sure you want to delete the setting group: \'%1$s\'?\";s:6:\"backup\";s:6:\"Backup\";s:23:\"backup_restore_settings\";s:25:\"Backup / Restore Settings\";s:5:\"basic\";s:5:\"Basic\";s:9:\"blacklist\";s:9:\"Blacklist\";s:5:\"blank\";s:7:\"(blank)\";s:23:\"collapse_setting_groups\";s:23:\"Collapse Setting Groups\";s:11:\"collapsible\";s:11:\"Collapsible\";s:14:\"coppa_disabled\";s:13:\"Disable COPPA\";s:13:\"coppa_enabled\";s:12:\"Enable COPPA\";s:3:\"css\";s:3:\"CSS\";s:13:\"custom_fields\";s:13:\"Custom Fields\";s:14:\"custom_setting\";s:14:\"Custom Setting\";s:32:\"database_automatic_forum_marking\";s:34:\"Database (automatic forum marking)\";s:35:\"database_no_automatic_forum_marking\";s:37:\"Database (no automatic forum marking)\";s:17:\"datatype_bitfield\";s:8:\"Bitfield\";s:16:\"datatype_boolean\";s:7:\"Boolean\";s:13:\"datatype_free\";s:4:\"Free\";s:16:\"datatype_numeric\";s:7:\"Numeric\";s:17:\"datatype_username\";s:8:\"Username\";s:26:\"deny_under_13_registration\";s:47:\"Deny registration for users aged under 13 years\";s:8:\"detailed\";s:8:\"Detailed\";s:19:\"detected_gd_version\";s:19:\"Detected GD Version\";s:25:\"disable_all_ajax_features\";s:25:\"Disable All AJAX Features\";s:16:\"disable_controls\";s:16:\"Disable Controls\";s:33:\"disable_problematic_ajax_features\";s:33:\"Disable Problematic AJAX Features\";s:11:\"display_age\";s:11:\"Display Age\";s:32:\"display_but_require_admin_or_mod\";s:47:\"Display, but require administrator or moderator\";s:19:\"display_infractions\";s:19:\"Display Infractions\";s:16:\"display_publicly\";s:16:\"Display publicly\";s:24:\"display_reputation_power\";s:24:\"Display Reputation Power\";s:13:\"do_not_log_ip\";s:13:\"Do not log IP\";s:26:\"download_settings_xml_file\";s:26:\"Download Settings XML File\";s:24:\"download_upload_settings\";s:26:\"Download / Upload Settings\";s:13:\"edit_settings\";s:13:\"Edit Settings\";s:16:\"email_moderators\";s:16:\"Email Moderators\";s:35:\"email_moderators_and_administrators\";s:54:\"Email Moderators, Super Moderators, and Administrators\";s:24:\"empty_postindex_and_word\";s:114:\"Empty <i>postindex</i> and <i>word</i> tables?<dfn>This can also be done from the Maintenance section later.</dfn>\";s:24:\"enable_all_ajax_features\";s:24:\"Enable All AJAX Features\";s:36:\"enable_standard_and_wysiwyg_controls\";s:39:\"Enable Standard &amp; WYSIWYG Controls \";s:24:\"enable_standard_controls\";s:24:\"Enable Standard Controls\";s:25:\"error_confirmation_phrase\";s:101:\"There are errors in the settings on this page.\\n\\r\\n\\n\\r\\nAre you sure you want to save the settings?\";s:21:\"expand_setting_groups\";s:21:\"Expand Setting Groups\";s:8:\"expanded\";s:8:\"Expanded\";s:11:\"full_editor\";s:11:\"Full Editor\";s:14:\"gd_simple_font\";s:16:\"GD (Simple Font)\";s:11:\"gd_ttf_font\";s:19:\"GD (True Type Font)\";s:13:\"group_by_date\";s:13:\"Group by Date\";s:14:\"group_by_event\";s:14:\"Group by Event\";s:27:\"ignore_blacklisted_settings\";s:27:\"Ignore Blacklisted settings\";s:17:\"imagemagick_error\";s:17:\"ImageMagick Error\";s:24:\"import_settings_xml_file\";s:24:\"Import Settings XML File\";s:18:\"importing_settings\";s:18:\"Importing Settings\";s:23:\"inactivity_cookie_based\";s:23:\"Inactivity/Cookie Based\";s:21:\"instant_message_icons\";s:21:\"Instant Message Icons\";s:35:\"language_specific_skypeweb_graphics\";s:39:\"Use Language-Specific SkypeWeb Graphics\";s:5:\"links\";s:5:\"Links\";s:8:\"no_email\";s:8:\"No Email\";s:6:\"normal\";s:6:\"Normal\";s:17:\"only_one_per_post\";s:36:\"Yes, if post has only one attachment\";s:11:\"option_code\";s:68:\"Option Code <dfn>(blank, yesno, textarea, or custom eval code)</dfn>\";s:21:\"qr_click_not_required\";s:18:\"Click Not Required\";s:17:\"qr_click_required\";s:14:\"Click Required\";s:10:\"quick_edit\";s:10:\"Quick Edit\";s:11:\"quick_reply\";s:11:\"Quick Reply\";s:12:\"random_color\";s:12:\"Random Color\";s:11:\"random_font\";s:11:\"Random Font\";s:15:\"random_fontsize\";s:16:\"Random Font Size\";s:12:\"random_shape\";s:13:\"Random Shapes\";s:12:\"random_slant\";s:12:\"Random Slant\";s:23:\"remove_fulltext_indices\";s:23:\"Remove Fulltext Indices\";s:16:\"require_birthday\";s:16:\"Require Birthday\";s:7:\"restore\";s:7:\"Restore\";s:25:\"restore_settings_xml_file\";s:25:\"Restore Settings XML File\";s:16:\"restore_xml_file\";s:40:\"OR restore the XML file from your server\";s:13:\"save_settings\";s:13:\"Save Settings\";s:7:\"setting\";s:7:\"Setting\";s:23:\"settings_bitfield_error\";s:98:\"An error occured while processing the bitfield files, the following information was returned: %1$s\";s:17:\"show_all_settings\";s:17:\"Show All Settings\";s:32:\"show_birthdays_active_users_only\";s:36:\"Show birthdays for active users only\";s:32:\"show_total_number_active_members\";s:35:\"Show total number of active members\";s:6:\"single\";s:6:\"Single\";s:25:\"specify_magick_path_above\";s:46:\"Please specify a valid ImageMagick path above.\";s:18:\"suggested_settings\";s:18:\"Suggested Settings\";s:18:\"use_custom_setting\";s:34:\"Use Custom Setting (Specify Below)\";s:19:\"validation_php_code\";s:19:\"Validation PHP Code\";s:20:\"yes_alphabetical_all\";s:41:\"Yes, Alphabetical listing to all visitors\";s:24:\"yes_alphabetical_members\";s:41:\"Yes, Alphabetical listing to members only\";s:26:\"yes_but_disable_moderators\";s:27:\"Yes, but Disable Moderators\";s:20:\"yes_but_verify_image\";s:21:\"Yes, but Verify Image\";s:23:\"yes_display_post_counts\";s:25:\"Yes - Display Post Counts\";s:20:\"yes_hide_post_counts\";s:22:\"Yes - Hide Post Counts\";s:14:\"yes_random_all\";s:35:\"Yes, Random listing to all visitors\";s:18:\"yes_random_members\";s:35:\"Yes, Random listing to members only\";s:15:\"yes_with_border\";s:16:\"Yes, with border\";s:30:\"yes_with_border_and_dimensions\";s:31:\"Yes, with border and dimensions\";s:19:\"yes_with_dimensions\";s:20:\"Yes, with dimensions\";s:16:\"yes_with_locking\";s:17:\"Yes, with locking\";s:15:\"yesterday_today\";s:17:\"Yesterday / Today\";s:44:\"your_forum_is_currently_using_default_search\";s:506:\"Your forum is currently using the vBulletin search engine.\r\n<br /><br />\r\nTo enable the MySQL Fulltext search, we will issue the following two queries. If for some reason this process is unsuccessful, you will need to perform these queries manually. Please be patient as this can take from 10 seconds to an hour depending on the number of posts on your forum.\r\n<br /><br />\r\nALTER TABLE %1$spost ADD FULLTEXT INDEX (title,pagetext)<br />\r\nALTER TABLE %1$sthread ADD FULLTEXT INDEX (title)<br />\r\n%2$s\r\n%3$s\";s:45:\"your_forum_is_currently_using_fulltext_search\";s:330:\"Your forum is currently using the Fulltext search engine.\r\n<br /><br />\r\nIf you wish to revert to the vBulletin search engine, please continue. You can leave the Fulltext indices in place if you expect to return to the Fulltext search in the near future.  Leaving them in place will cause added load on your system in the interim.\";s:44:\"your_post_and_thread_table_will_be_converted\";s:127:\"<br /><dfn>Your post and thread table will be converted to the <i>MyISAM</i> type in order to support Fulltext searching.</dfn>\";}','a:12:{s:6:\"always\";s:6:\"Always\";s:46:\"are_you_sure_you_want_to_delete_this_user_rank\";s:47:\"Are you sure you want to delete this User Rank?\";s:12:\"display_type\";s:12:\"Display Type\";s:12:\"displaygroup\";s:12:\"Displaygroup\";s:33:\"if_displaygroup_equals_this_group\";s:28:\"If Displaygroup = This Group\";s:6:\"images\";s:6:\"Images\";s:21:\"or_you_may_enter_text\";s:54:\"<b>OR</b> you may enter text<dfn>HTML is allowed</dfn>\";s:9:\"rank_type\";s:9:\"Rank Type\";s:10:\"stack_rank\";s:10:\"Stack Rank\";s:20:\"times_to_repeat_rank\";s:31:\"Number of times to repeat rank:\";s:19:\"user_rank_file_path\";s:19:\"User Rank File Path\";s:17:\"user_rank_manager\";s:17:\"User Rank Manager\";}','a:22:{s:17:\"add_new_usergroup\";s:17:\"Add New Usergroup\";s:24:\"add_new_usergroup_leader\";s:24:\"Add New Usergroup Leader\";s:20:\"add_usergroup_leader\";s:20:\"Add Usergroup Leader\";s:49:\"are_you_sure_want_to_delete_promotion_usergroup_x\";s:183:\"Are you <b>sure</b> you want to delete the promotion from the usergroup called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:46:\"are_you_sure_want_to_delete_usergroup_leader_x\";s:171:\"Are you <b>sure</b> you want to delete the usergroup leader called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:39:\"are_you_sure_want_to_delete_usergroup_x\";s:164:\"Are you <b>sure</b> you want to delete the usergroup called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:37:\"create_permissions_based_off_of_forum\";s:42:\"Create Permissions Based off of Usergroup:\";s:39:\"create_usergroup_based_off_of_usergroup\";s:40:\"Create Usergroup Based off of Usergroup:\";s:17:\"custom_usergroups\";s:17:\"Custom Usergroups\";s:15:\"days_registered\";s:15:\"Days Registered\";s:18:\"default_usergroups\";s:18:\"Default Usergroups\";s:16:\"delete_usergroup\";s:16:\"Delete Usergroup\";s:14:\"edit_usergroup\";s:14:\"Edit Usergroup\";s:24:\"processing_join_requests\";s:24:\"Processing Join Requests\";s:9:\"promotion\";s:9:\"Promotion\";s:21:\"public_group_settings\";s:21:\"Public Group Settings\";s:32:\"public_joinable_custom_usergroup\";s:35:\"Public (Joinable) Custom Usergroups\";s:25:\"show_all_additional_users\";s:25:\"Show All Additional Users\";s:22:\"show_all_primary_users\";s:22:\"Show All Primary Users\";s:17:\"usergroup_manager\";s:17:\"Usergroup Manager\";s:18:\"view_join_requests\";s:18:\"View Join Requests\";s:15:\"view_reputation\";s:15:\"View Reputation\";}','a:16:{s:13:\"ash_wednesday\";s:13:\"Ash Wednesday\";s:18:\"ash_wednesday_desc\";s:21:\"Ash Wednesday Holiday\";s:14:\"corpus_christi\";s:14:\"Corpus Christi\";s:19:\"corpus_christi_desc\";s:22:\"Corpus Christi Holiday\";s:6:\"easter\";s:6:\"Easter\";s:11:\"easter_desc\";s:14:\"Easter Holiday\";s:12:\"event_x_to_y\";s:12:\"%1$s to %2$s\";s:11:\"good_friday\";s:11:\"Good Friday\";s:16:\"good_friday_desc\";s:19:\"Good Friday Holiday\";s:8:\"holidays\";s:8:\"Holidays\";s:10:\"mardi_gras\";s:10:\"Mardi Gras\";s:15:\"mardi_gras_desc\";s:18:\"Mardi Gras Holiday\";s:11:\"palm_sunday\";s:11:\"Palm Sunday\";s:16:\"palm_sunday_desc\";s:19:\"Palm Sunday Holiday\";s:9:\"pentecost\";s:9:\"Pentecost\";s:14:\"pentecost_desc\";s:17:\"Pentecost Holiday\";}','a:134:{s:23:\"add_edit_files_attached\";s:56:\"Click here to add or edit files attached to this message\";s:18:\"additional_options\";s:18:\"Additional Options\";s:29:\"administrator_decided_x_quiet\";s:85:\"The administrator has decided that <strong>%1$s</strong> should be quiet for a while.\";s:12:\"align_center\";s:12:\"Align Center\";s:10:\"align_left\";s:10:\"Align Left\";s:11:\"align_right\";s:11:\"Align Right\";s:12:\"attach_files\";s:12:\"Attach Files\";s:14:\"attachment_key\";s:14:\"Attachment Key\";s:6:\"author\";s:6:\"Author\";s:33:\"automatically_parse_links_in_text\";s:33:\"Automatically parse links in text\";s:7:\"average\";s:7:\"Average\";s:3:\"bad\";s:3:\"Bad\";s:4:\"bold\";s:4:\"Bold\";s:6:\"browse\";s:6:\"Browse\";s:28:\"browser_is_safari_no_wysiwyg\";s:49:\"The Safari browser does not support WYSIWYG mode.\";s:26:\"can_add_a_score_for_thread\";s:49:\"If you like, you can add a score for this thread.\";s:14:\"check_spelling\";s:14:\"Check Spelling\";s:15:\"choose_a_rating\";s:15:\"Choose a rating\";s:11:\"choose_file\";s:11:\"Choose File\";s:17:\"close_this_thread\";s:47:\"Close this thread after you submit your message\";s:5:\"color\";s:5:\"Color\";s:6:\"colors\";s:6:\"Colors\";s:27:\"complete_image_verification\";s:43:\"You did not complete the Image Verification\";s:4:\"copy\";s:4:\"Copy\";s:3:\"cut\";s:3:\"Cut\";s:15:\"decrease_indent\";s:15:\"Decrease Indent\";s:14:\"delete_message\";s:14:\"Delete Message\";s:39:\"delete_message_check_appropriate_option\";s:107:\"To delete this message, check the appropriate option below and then click the \'Delete this Message\' button.\";s:19:\"delete_this_message\";s:19:\"Delete this Message\";s:35:\"deleting_message_deletion_of_thread\";s:122:\"Note: deleting this message will result in the deletion of the entire thread because this is the first post in the thread.\";s:16:\"deletion_options\";s:16:\"Deletion Options\";s:23:\"disable_smilies_in_text\";s:23:\"Disable smilies in text\";s:21:\"do_not_delete_message\";s:21:\"Do Not Delete Message\";s:16:\"do_not_subscribe\";s:16:\"Do not subscribe\";s:17:\"edit_announcement\";s:17:\"Edit Announcement\";s:16:\"enter_email_link\";s:44:\"Please enter the email address for the link:\";s:15:\"enter_image_url\";s:35:\"Please enter the URL of your image:\";s:15:\"enter_link_text\";s:55:\"Enter the text to be displayed for the link (optional):\";s:14:\"enter_link_url\";s:34:\"Please enter the URL of your link:\";s:15:\"enter_list_item\";s:81:\"Enter a list item.\\r\\nLeave the box empty or press \'Cancel\' to complete the list:\";s:15:\"enter_list_type\";s:143:\"What type of list do you want? Enter \'1\' for a numbered list, enter \'a\' for an alphabetical list, or leave blank for a list with bullet points:\";s:18:\"enter_option_x_tag\";s:36:\"Enter the option for the [%1$s] tag:\";s:16:\"enter_tag_option\";s:42:\"Please enter the option for your %1$s tag:\";s:26:\"enter_text_to_be_formatted\";s:30:\"Enter the text to be formatted\";s:9:\"excellent\";s:9:\"Excellent\";s:8:\"explicit\";s:8:\"Explicit\";s:14:\"filesize_bytes\";s:16:\"Filesize (bytes)\";s:8:\"filetype\";s:8:\"Filetype\";s:5:\"fonts\";s:5:\"Fonts\";s:11:\"go_advanced\";s:11:\"Go Advanced\";s:4:\"good\";s:4:\"Good\";s:29:\"have_uploaded_maximum_x_files\";s:43:\"You have uploaded the maximum of %1$s files\";s:21:\"iespell_not_installed\";s:196:\"ieSpell is a spell-checking tool for Internet Explorer.\\r\\n\\r\\nIf you would like to download ieSpell, click OK; otherwise click Cancel.\\r\\n\\r\\nieSpell can be downloaded from http://www.iespell.com\";s:15:\"increase_indent\";s:15:\"Increase Indent\";s:6:\"indent\";s:6:\"Indent\";s:10:\"insert_all\";s:10:\"Insert All\";s:17:\"insert_email_link\";s:17:\"Insert Email Link\";s:12:\"insert_image\";s:12:\"Insert Image\";s:11:\"insert_link\";s:11:\"Insert Link\";s:6:\"italic\";s:6:\"Italic\";s:16:\"keep_attachments\";s:16:\"Keep Attachments\";s:8:\"keywords\";s:8:\"Keywords\";s:12:\"max_filesize\";s:12:\"Max Filesize\";s:10:\"max_height\";s:10:\"Max Height\";s:9:\"max_width\";s:9:\"Max Width\";s:7:\"maximum\";s:7:\"Maximum\";s:22:\"message_by_x_on_y_at_z\";s:110:\"Message originally posted by <a href=\"%1$s\" target=\"_blank\">%2$s</a> on %3$s at <span class=\"time\">%4$s</span>\";s:17:\"message_too_short\";s:100:\"The message you have entered is too short. Please lengthen your message to at least %1$s characters.\";s:21:\"miscellaneous_options\";s:21:\"Miscellaneous Options\";s:4:\"more\";s:4:\"More\";s:20:\"moz_edit_config_file\";s:63:\"You need to edit your Mozilla config file to allow this action.\";s:20:\"moz_must_select_text\";s:73:\"Mozilla requires that you must select some text for this function to work\";s:18:\"must_enter_subject\";s:33:\"You must enter a title / subject!\";s:23:\"must_select_text_to_use\";s:47:\"You must select some text to use this function.\";s:22:\"number_of_poll_options\";s:22:\"Number of poll options\";s:12:\"ordered_list\";s:12:\"Ordered List\";s:5:\"paste\";s:5:\"Paste\";s:25:\"physically_remove_message\";s:25:\"Physically Remove Message\";s:15:\"podcast_options\";s:15:\"Podcast Options\";s:11:\"podcast_url\";s:11:\"Podcast URL\";s:11:\"post_a_poll\";s:11:\"Post a Poll\";s:21:\"post_new_announcement\";s:21:\"Post New Announcement\";s:15:\"post_new_thread\";s:15:\"Post New Thread\";s:27:\"posting_message_please_wait\";s:29:\"Posting Message - Please Wait\";s:7:\"preview\";s:7:\"Preview\";s:15:\"preview_changes\";s:15:\"Preview Changes\";s:12:\"preview_post\";s:12:\"Preview Post\";s:19:\"reason_for_deletion\";s:19:\"Reason for Deletion\";s:18:\"reason_for_editing\";s:18:\"Reason for Editing\";s:4:\"redo\";s:4:\"Redo\";s:11:\"remove_link\";s:11:\"Remove Link\";s:22:\"remove_text_formatting\";s:22:\"Remove Text Formatting\";s:18:\"reopen_this_thread\";s:49:\"Re-open this thread after you submit your message\";s:15:\"reply_to_thread\";s:15:\"Reply to Thread\";s:14:\"reply_to_topic\";s:14:\"Reply to Topic\";s:19:\"reset_views_counter\";s:27:\"Reset Views Counter to Zero\";s:23:\"select_a_file_to_attach\";s:31:\"Please select a file to attach.\";s:31:\"selected_1_post_not_part_thread\";s:229:\"You have selected 1 post that is not part of this thread. <a href=\"#\" onclick=\"return false\" id=\"multiquote_more\">Quote this post as well</a>, or <a href=\"#\" onclick=\"return false\" id=\"multiquote_deselect\">deselect this post</a>.\";s:32:\"selected_x_posts_not_part_thread\";s:240:\"You have selected %1$s post(s) that are not part of this thread. <a href=\"#\" onclick=\"return false\" id=\"multiquote_more\">Quote these posts as well</a>, or <a href=\"#\" onclick=\"return false\" id=\"multiquote_deselect\">deselect these posts</a>.\";s:16:\"show_all_smilies\";s:16:\"Show all Smilies\";s:19:\"show_your_signature\";s:19:\"Show your signature\";s:28:\"showing_x_smilies_of_y_total\";s:35:\"Showing %1$s smilies of %2$s total.\";s:5:\"sizes\";s:5:\"Sizes\";s:17:\"stick_this_thread\";s:47:\"Stick this thread after you submit your message\";s:5:\"stuck\";s:5:\"Stuck\";s:14:\"submit_message\";s:14:\"Submit Message\";s:17:\"submit_new_thread\";s:17:\"Submit New Thread\";s:12:\"submit_reply\";s:12:\"Submit Reply\";s:8:\"subtitle\";s:8:\"Subtitle\";s:18:\"switch_editor_mode\";s:18:\"Switch Editor Mode\";s:8:\"terrible\";s:8:\"Terrible\";s:43:\"this_forum_is_not_accepting_new_attachments\";s:43:\"This forum is not accepting new attachments\";s:29:\"this_user_on_your_ignore_list\";s:40:\"This user is on your <b>Ignore List</b>.\";s:29:\"thread_has_more_than_x_review\";s:114:\"This thread has more than %1$s replies.\r\nClick <a href=\"%2$s\" target=\"_blank\">here</a> to review the whole thread.\";s:17:\"thread_management\";s:17:\"Thread Management\";s:19:\"thread_subscription\";s:19:\"Thread Subscription\";s:25:\"topic_review_newest_first\";s:55:\"Topic Review <span class=\"normal\">(Newest First)</span>\";s:9:\"underline\";s:9:\"Underline\";s:4:\"undo\";s:4:\"Undo\";s:14:\"unordered_list\";s:14:\"Unordered List\";s:19:\"unstick_this_thread\";s:50:\"Un-stick this thread after you submit your message\";s:11:\"upload_file\";s:11:\"Upload File\";s:20:\"upload_file_from_url\";s:22:\"Upload File from a URL\";s:30:\"upload_file_from_your_computer\";s:30:\"Upload File from your Computer\";s:14:\"uploading_file\";s:31:\"Uploading File(s) - Please Wait\";s:14:\"wrap_code_tags\";s:37:\"Wrap [CODE] tags around selected text\";s:14:\"wrap_html_tags\";s:37:\"Wrap [HTML] tags around selected text\";s:13:\"wrap_php_tags\";s:36:\"Wrap [PHP] tags around selected text\";s:15:\"wrap_quote_tags\";s:38:\"Wrap [QUOTE] tags around selected text\";s:11:\"wrap_x_tags\";s:37:\"Wrap [%1$s] tags around selected text\";s:23:\"wysiwyg_command_invalid\";s:43:\"This command is invalid or not implemented.\";s:19:\"wysiwyg_initialized\";s:52:\"WYSIWYG Editor initialized for %1$s in %2$s seconds.\";s:19:\"wysiwyg_please_wait\";s:55:\"Please wait for the WYSIWYG editor to finish loading...\";s:22:\"yes_post_a_poll_thread\";s:33:\"Yes, post a poll with this thread\";}','a:17:{s:19:\"additional_option_1\";s:19:\"Additional Option 1\";s:19:\"additional_option_2\";s:19:\"Additional Option 2\";s:21:\"allow_multiple_choice\";s:76:\"Allow multiple choice: Give users the ability to select more than one answer\";s:35:\"automatically_close_poll_enter_days\";s:178:\"If you would like this poll to automatically close after a period of time, enter a number of days here.<br />Set this to 0 if you would like the poll to remain open indefinitely.\";s:10:\"close_poll\";s:10:\"Close poll\";s:31:\"closing_poll_impossible_to_vote\";s:112:\"Note: Closing this poll makes it impossible to vote. It however does not stop people from replying to the thread\";s:12:\"days_after_x\";s:15:\"days after %1$s\";s:23:\"keep_poll_options_short\";s:56:\"Remember to keep the poll options short and to the point\";s:17:\"make_votes_public\";s:80:\"Make votes public: Displays all users who voted, and what choice they voted for.\";s:8:\"option_x\";s:11:\"Option %1$s\";s:12:\"poll_preview\";s:12:\"Poll Preview\";s:13:\"poll_question\";s:13:\"Poll Question\";s:12:\"poll_timeout\";s:12:\"Poll Timeout\";s:12:\"preview_poll\";s:12:\"Preview Poll\";s:15:\"submit_new_poll\";s:15:\"Submit New Poll\";s:33:\"to_close_this_poll_check_this_box\";s:35:\"To close this poll, check this box.\";s:14:\"update_options\";s:14:\"Update options\";}','a:94:{s:14:\"advanced_lists\";s:14:\"Advanced Lists\";s:17:\"attach_tag_allows\";s:174:\"The [attach] tag allows you to display an attachment in your post rather than at the bottom. It will only display attachments that belong to the post in which it is utilized.\";s:12:\"attachmentid\";s:12:\"attachmentid\";s:11:\"avatar_list\";s:11:\"Avatar List\";s:7:\"avatars\";s:7:\"Avatars\";s:20:\"avatars_small_images\";s:222:\"Avatars are small graphical images that you may choose in your profile.\r\n		They are displayed by your username on all posts that you make.\r\n		You can select the image that best describes yourself from your profile options.\";s:20:\"b_i_and_u_tags_allow\";s:87:\"The [b], [i] and [u] tags allow you to create text that is bold, italic and underlined.\";s:11:\"bbcode_list\";s:12:\"vB Code List\";s:4:\"bold\";s:4:\"Bold\";s:14:\"bulleted_lists\";s:14:\"Bulleted Lists\";s:6:\"center\";s:6:\"Center\";s:22:\"click_here_to_email_me\";s:22:\"Click Here to Email Me\";s:8:\"click_me\";s:9:\"Click Me!\";s:17:\"code_tag_switches\";s:83:\"The [code] tag switches to a fixed-width (monospace) font and preseves all spacing.\";s:5:\"color\";s:5:\"Color\";s:16:\"color_tag_allows\";s:60:\"The [color] tag allows you to change the color of your text.\";s:13:\"email_linking\";s:13:\"Email Linking\";s:16:\"email_tag_allows\";s:114:\"The [email] tag allows you to link to an email address. You can include an optional parameter to \'name\' your link.\";s:14:\"example_output\";s:14:\"Example Output\";s:13:\"example_usage\";s:13:\"Example Usage\";s:8:\"faq_item\";s:8:\"FAQ Item\";s:4:\"font\";s:4:\"Font\";s:15:\"font_tag_allows\";s:58:\"The [font] tag allows you to change the font of your text.\";s:9:\"highlight\";s:9:\"Highlight\";s:20:\"highlight_tag_allows\";s:54:\"The [highlight] tag allows you to emphasize your text.\";s:15:\"html_tag_allows\";s:71:\"The [html] tag allows you to perform syntax highlighting for HTML code.\";s:6:\"images\";s:6:\"Images\";s:14:\"img_tag_allows\";s:137:\"The [img] tag allows you to embed images within your posts. You can also combine this tag with the [url] tag to make images become links.\";s:23:\"incorrect_vb_code_usage\";s:442:\"<b>Incorrect vB Code Usage:</b>\r\n		<ul>\r\n		  <li><span class=\"highlight\">[url]</span> www.vbulletin.com <span class=\"highlight\">[/url]</span> - don\'t put spaces between the bracketed code and the text you are applying the code to.</li>\r\n		  <li><span class=\"highlight\">[email]</span>myname@domain.com<span class=\"highlight\">[email]</span> - the end brackets must include a forward slash (<span class=\"highlight\">[/email]</span>)</li>\r\n		</ul>\";s:6:\"indent\";s:6:\"Indent\";s:17:\"indent_tag_allows\";s:48:\"The [indent] tag allows you to indent your text.\";s:6:\"italic\";s:6:\"Italic\";s:4:\"left\";s:4:\"Left\";s:32:\"left_right_and_center_tags_allow\";s:85:\"The [left], [right] and [center] tags allow you to change the alignment of your text.\";s:6:\"linked\";s:6:\"Linked\";s:11:\"list_item_1\";s:11:\"list item 1\";s:11:\"list_item_2\";s:11:\"list item 2\";s:15:\"list_tag_allows\";s:153:\"The [list] tag allows you to create simple, bulleted lists without specifying an option. Within the value portion, each bullet is denoted by the [*] tag.\";s:24:\"list_tag_allows_advanced\";s:344:\"The [list] tag allows you to create advanced lists by specifying an option. The option should have a value of 1 (for a numbered list) or A (for an alphabetic with capital letters list) or a (for an alphabetic with lowercase letters list) or I (for a numbered with capital Roman numeral list) or i (for a numbered with small Roman numeral list).\";s:15:\"match_all_words\";s:15:\"Match All Words\";s:15:\"match_any_words\";s:15:\"Match Any Words\";s:21:\"match_complete_phrase\";s:21:\"Match Complete Phrase\";s:16:\"matching_options\";s:16:\"Matching Options\";s:7:\"meaning\";s:7:\"Meaning\";s:31:\"no_predefined_avatars_available\";s:43:\"There are no pre-defined avatars available.\";s:18:\"noparse_tag_allows\";s:60:\"The [noparse] tag allows you to stop the parsing of vB Code.\";s:10:\"not_linked\";s:10:\"Not linked\";s:30:\"note_the_id_is_just_an_example\";s:87:\"(Note: The threadid/postid is just an example and may not link to a valid thread/post.)\";s:6:\"option\";s:6:\"Option\";s:8:\"php_code\";s:8:\"PHP Code\";s:16:\"php_tag_performs\";s:196:\"The [php] tag performs the same function as the [code] tag, but also adds syntax highlighting for PHP code. Although it is designed for PHP, it may correctly highlight some other C-like languages.\";s:12:\"post_linking\";s:12:\"Post Linking\";s:15:\"post_tag_allows\";s:128:\"The [post] tag allows you to link to posts by specifying the post id. You can include an optional parameter to \'name\' your link.\";s:6:\"postid\";s:6:\"postid\";s:16:\"quote_tag_allows\";s:61:\"The [quote] tag allows you to attribute text to someone else.\";s:17:\"resulting_graphic\";s:17:\"Resulting Graphic\";s:5:\"right\";s:5:\"Right\";s:10:\"search_faq\";s:10:\"Search FAQ\";s:9:\"search_in\";s:9:\"Search in\";s:22:\"search_titles_and_text\";s:24:\"Search Titles &amp; Text\";s:12:\"search_words\";s:14:\"Search Word(s)\";s:27:\"showing_avatars_x_to_y_of_z\";s:36:\"Showing Avatars %1$s to %2$s of %3$s\";s:17:\"signature_picture\";s:17:\"Signature Picture\";s:29:\"signature_picture_description\";s:40:\"Signature Picture Description (optional)\";s:17:\"sigpic_tag_allows\";s:186:\"The [sigpic] tag allows you to insert your uploaded signature picture into your signature. This tag does not work in posts and will not work if you have not uploaded a signature picture.\";s:4:\"size\";s:4:\"Size\";s:15:\"size_tag_allows\";s:58:\"The [size] tag allows you to change the size of your text.\";s:24:\"smilies_are_small_images\";s:655:\"\'Smilies\' are small graphical images that can be used to convey an emotion or feeling.\r\n		If you have used email or internet chat, you are likely familiar with the smilie concept.\r\n		Certain standard strings are automatically converted into smilies.\r\n		Try twisting your head on one side if you do not \'get\' smilies;\r\n		using a bit of imagination should reveal a face of some description.<br />\r\n		<br />\r\n		If you want to disable smilies in a post that you make, you can select the \'Disable Smilies\' option\r\n		when posting. This is particularly useful if you are posting program code and you do not\r\n		want <strong>;)</strong> converted to a smilie face!\";s:19:\"stop_vbcode_parsing\";s:20:\"Stop vB Code Parsing\";s:33:\"text_two_sizes_larger_than_normal\";s:41:\"this text is two sizes larger than normal\";s:17:\"this_text_is_blue\";s:17:\"this text is blue\";s:17:\"this_text_is_bold\";s:17:\"this text is bold\";s:27:\"this_text_is_center_aligned\";s:27:\"this text is center-aligned\";s:25:\"this_text_is_courier_font\";s:32:\"this text is in the courier font\";s:24:\"this_text_is_highlighted\";s:24:\"this text is highlighted\";s:21:\"this_text_is_indented\";s:21:\"this text is indented\";s:19:\"this_text_is_italic\";s:19:\"this text is italic\";s:25:\"this_text_is_left_aligned\";s:25:\"this text is left-aligned\";s:26:\"this_text_is_right_aligned\";s:26:\"this text is right-aligned\";s:23:\"this_text_is_underlined\";s:23:\"this text is underlined\";s:14:\"thread_linking\";s:14:\"Thread Linking\";s:17:\"thread_tag_allows\";s:134:\"The [thread] tag allows you to link to threads by specifying the thread id. You can include an optional parameter to \'name\' your link.\";s:8:\"threadid\";s:8:\"threadid\";s:9:\"underline\";s:9:\"Underline\";s:16:\"url_hyperlinking\";s:16:\"URL Hyperlinking\";s:14:\"url_tag_allows\";s:120:\"The [url] tag allows you to link to other websites and files. You can include an optional parameter to \'name\' your link.\";s:5:\"usage\";s:5:\"Usage\";s:5:\"value\";s:5:\"value\";s:7:\"vb_code\";s:7:\"vB Code\";s:21:\"vb_code_based_on_html\";s:505:\"vB code is a set of tags based on the HTML language that you may already be familiar with.\r\n		They allow you to add formatting to your messages in the same way as HTML does,\r\n		but have a simpler syntax and will never break the layout of the pages you are viewing.\r\n		The ability to use vB Code is set on a forum-by-forum basis by the administrator,\r\n		so you should check the forum rules when you post a new message.<br />\r\n		<br />\r\n		Below is a list of the vB Codes you can use to format your messages.\";s:28:\"vbulletin_forums_post_269302\";s:18:\"%1$s - Post 269302\";s:29:\"vbulletin_forums_thread_42918\";s:19:\"%1$s - Thread 42918\";s:12:\"what_to_type\";s:12:\"What to Type\";s:28:\"x_requiring_at_least_y_posts\";s:34:\"%1$s Requiring at Least %2$s Posts\";}','a:40:{s:38:\"additional_required_information_option\";s:40:\"Additional Required Information (option)\";s:39:\"additional_required_information_profile\";s:41:\"Additional Required Information (profile)\";s:21:\"complete_registration\";s:21:\"Complete Registration\";s:21:\"confirm_email_address\";s:21:\"Confirm Email Address\";s:16:\"confirm_password\";s:16:\"Confirm Password\";s:27:\"contact_webmaster_questions\";s:66:\"Please contact <a href=\"%1$s\">the webmaster</a> with any questions\";s:5:\"coppa\";s:5:\"COPPA\";s:12:\"coppa_policy\";s:12:\"COPPA Policy\";s:11:\"coppa_rules\";s:11:\"COPPA Rules\";s:23:\"coppa_rules_description\";s:810:\"<p>All users under the age of 13 must seek permission from their parent or guardian\r\nin order to gain membership of the %1$s forums.\r\nWhile we welcome participation from members under 13,\r\nwe require that a parent or guardian fax or mail back a signed permission form before we grant membership.</p>\r\n\r\n<p>If you would like to start the registration process prior to us receiving a permission form,\r\ncheck the \'I agree\' checkbox and press the \'Register\' button below. If you would like to cancel the registration,\r\nclick <a href=\"%2$s\">here</a> to return to the forums index.</p>\r\n\r\n<p>A copy of the permission form can be downloaded <a href=\"%3$s\">here</a>.</p>\r\n\r\n<p>For more information about the registration process, or the %1$s forums in general,\r\nplease send email to <a href=\"mailto:%4$s\">%4$s</a>.</p>\";s:25:\"enter_valid_email_address\";s:48:\"Please enter a valid email address for yourself.\";s:30:\"entered_passwords_do_not_match\";s:35:\"The entered passwords do not match.\";s:35:\"errors_occurred_during_registration\";s:54:\"The following errors occurred during your registration\";s:29:\"fill_out_both_password_fields\";s:37:\"Please fill out both password fields.\";s:11:\"forum_rules\";s:11:\"Forum Rules\";s:23:\"forum_rules_description\";s:1032:\"<p><strong>Forum Rules</strong></p>\r\n							\r\n<p>Registration to this forum is free! We do insist that you abide by the rules and policies detailed\r\nbelow. If you agree to the terms, please check the \'I agree\' checkbox and press the \'Register\' button below.\r\nIf you would like to cancel the registration, click <a href=\"%1$s\">here</a>\r\nto return to the forums index.</p>\r\n\r\n<p>Although the administrators and moderators of %2$s will attempt to keep all objectionable\r\nmessages off this forum, it is impossible for us to review all messages.  All messages express the views of\r\nthe author, and neither the owners of %2$s, nor Jelsoft Enterprises Ltd. (developers of vBulletin)\r\nwill be held responsible for the content of any message.</p>\r\n\r\n<p>By agreeing to these rules, you warrant that you will not post any messages that are obscene, vulgar,\r\nsexually-oriented, hateful, threatening, or otherwise violative of any laws.</p>\r\n\r\n<p>The owners of %2$s reserve the right to remove, edit, move or close any thread for any reason.</p>\";s:22:\"if_referred_enter_name\";s:87:\"If you were referred to this site by an existing member of %1$s, enter their name here.\";s:32:\"instructions_for_parent_guardian\";s:301:\"<strong>Instructions for a Parent or Guardian</strong><br /><br />\r\n	Please print out this page, sign it and fax it to:<br />\r\n	<strong>%1$s</strong> at <strong>%2$s</strong><br /><br />\r\n	Or mail it to:<br />\r\n	%3$s<br /><br />\r\n	If approval is not received in 7 days the information will be deleted.\";s:26:\"make_changes_profile_visit\";s:108:\"To make changes to the profile information below, please visit this page and enter the username and password\";s:20:\"optional_information\";s:20:\"Optional Information\";s:25:\"parent_guardian_full_name\";s:27:\"Parent / Guardian Full Name\";s:30:\"permission_to_participate_at_x\";s:38:\"Permission to Participate at<br />%1$s\";s:26:\"please_enter_a_proper_year\";s:26:\"Please enter a proper year\";s:31:\"please_enter_your_date_of_birth\";s:31:\"Please Enter Your Date of Birth\";s:12:\"privacy_mode\";s:12:\"Privacy Mode\";s:25:\"read_agree_abide_by_rules\";s:50:\"I have read, and agree to abide by the %1$s rules.\";s:13:\"register_at_x\";s:16:\"Register at %1$s\";s:12:\"registration\";s:12:\"Registration\";s:18:\"registration_image\";s:18:\"Registration Image\";s:17:\"relation_to_child\";s:17:\"Relation to Child\";s:20:\"required_information\";s:20:\"Required Information\";s:12:\"select_a_day\";s:12:\"Select a day\";s:14:\"select_a_month\";s:14:\"Select a month\";s:18:\"sign_form_and_send\";s:358:\"Please sign the form below and send it to us.<br /><br />\r\n		I have reviewed the information my child has supplied and I have read the <a href=\"%1$s\">Privacy Policy</a> (%1$s) for the web site.\r\n		I understand that the profile information may be changed by a using a password.\r\n		I understand that I may ask for this registration profile be removed entirely.\";s:16:\"telephone_number\";s:16:\"Telephone Number\";s:27:\"to_post_must_first_register\";s:194:\"In order to be able to post messages on the %1$s forums, you must first register.<br />\r\n				Please enter your desired user name, your email address and other required details in the form below.\";s:21:\"to_proceed_must_agree\";s:61:\"In order to proceed, you must agree with the following rules:\";s:25:\"until_receive_signed_form\";s:297:\"<p><b>Note</b> Until we receive a signed permission form from your parent or guardian you will be unable to post messages on this forum.</p>\r\n			<p>All of the information you provide on this page will be emailed to you and your parent or guardian with instructions for sending in the approval.</p>\";s:7:\"x_rules\";s:10:\"%1$s Rules\";s:23:\"yes_hides_email_icq_etc\";s:125:\"Selecting \'yes\' hides email, ICQ number, AIM ID, Yahoo ID and MSN ID in profile and also hides you in \'Logged In Users\' list.\";}','a:65:{s:11:\"a_month_ago\";s:11:\"A Month Ago\";s:10:\"a_week_ago\";s:10:\"A Week Ago\";s:10:\"a_year_ago\";s:10:\"A Year Ago\";s:20:\"all_posts_below_here\";s:56:\"All posts below here were posted before your last visit.\";s:22:\"all_threads_below_here\";s:100:\"The threads below have not been updated since your last visit or since forums have been marked read.\";s:29:\"all_threads_below_here_unread\";s:93:\"The threads below have not been updated since your last visit but still contain unread posts.\";s:27:\"also_search_in_child_forums\";s:27:\"Also search in child forums\";s:16:\"and_child_forums\";s:16:\"and child forums\";s:9:\"and_newer\";s:9:\"and Newer\";s:9:\"and_older\";s:9:\"and Older\";s:8:\"any_date\";s:8:\"Any Date\";s:8:\"at_least\";s:8:\"At Least\";s:7:\"at_most\";s:7:\"At Most\";s:24:\"clear_search_preferences\";s:24:\"Clear Search Preferences\";s:12:\"deleted_post\";s:12:\"Deleted Post\";s:25:\"do_not_use_cached_results\";s:25:\"Do not use cached results\";s:26:\"errors_occured_with_search\";s:46:\"The following errors occurred with your search\";s:10:\"exact_name\";s:10:\"Exact name\";s:23:\"fields_on_form_optional\";s:283:\"All fields on this form are optional. Most fields will accept a partial input (for example, you could enter <strong>Jo</strong> into the \'User Name\' field in order to find users called <strong>Jo</strong>hn, <strong>Jo</strong>e, <strong>Jo</strong>seph and <strong>Jo</strong>lene).\";s:15:\"find_posts_from\";s:15:\"Find Posts from\";s:28:\"find_threads_started_by_user\";s:28:\"Find Threads Started by User\";s:17:\"find_threads_with\";s:17:\"Find Threads with\";s:4:\"help\";s:4:\"Help\";s:18:\"in_ascending_order\";s:18:\"in Ascending Order\";s:19:\"in_descending_order\";s:19:\"in Descending Order\";s:8:\"is_after\";s:8:\"is After\";s:9:\"is_before\";s:9:\"is Before\";s:27:\"is_greater_than_or_equal_to\";s:27:\"is Greater than or Equal to\";s:12:\"is_less_than\";s:12:\"is Less than\";s:9:\"key_words\";s:11:\"Key Word(s)\";s:17:\"last_posting_date\";s:17:\"Last Posting Date\";s:14:\"moderated_post\";s:14:\"Moderated Post\";s:10:\"moderation\";s:10:\"Moderation\";s:17:\"no_unread_threads\";s:28:\"There are no unread threads.\";s:23:\"number_of_users_perpage\";s:24:\"Number of users per-page\";s:16:\"order_results_by\";s:16:\"Order Results By\";s:17:\"please_use_format\";s:28:\"Please use yyyy-mm-dd format\";s:33:\"please_use_format_yyyymmdd_hhmmss\";s:37:\"Please use format yyyy-mm-dd hh:mm:ss\";s:19:\"posts_from_last_day\";s:19:\"Posts From Last Day\";s:13:\"posts_made_by\";s:13:\"Posts Made By\";s:9:\"relevancy\";s:9:\"Relevancy\";s:23:\"save_search_preferences\";s:23:\"Save Search Preferences\";s:22:\"search_all_open_forums\";s:22:\"Search All Open Forums\";s:18:\"search_by_key_word\";s:18:\"Search by Key Word\";s:19:\"search_by_user_name\";s:19:\"Search by User Name\";s:19:\"search_entire_posts\";s:19:\"Search Entire Posts\";s:16:\"search_in_forums\";s:18:\"Search in Forum(s)\";s:10:\"search_now\";s:10:\"Search Now\";s:14:\"search_options\";s:14:\"Search Options\";s:24:\"search_subscribed_forums\";s:24:\"Search Subscribed Forums\";s:13:\"search_thread\";s:13:\"Search Thread\";s:21:\"search_took_x_seconds\";s:42:\"Search took <strong>%1$s</strong> seconds.\";s:32:\"search_took_x_seconds_gen_y_mins\";s:72:\"Search took <strong>%1$s</strong> seconds; generated %2$s minute(s) ago.\";s:11:\"search_type\";s:11:\"Search Type\";s:15:\"show_results_as\";s:15:\"Show Results as\";s:15:\"sort_results_by\";s:15:\"Sort Results by\";s:17:\"thread_start_date\";s:17:\"Thread Start Date\";s:25:\"thread_titles_only_search\";s:102:\"You may return further results if you perform a <em><a href=\"%1$s\">Thread Titles Only</a></em> search.\";s:18:\"threads_started_by\";s:18:\"Threads Started By\";s:17:\"words_very_common\";s:103:\"The following words are either very common, too long, or too short and were not included in your search\";s:15:\"x_deleted_posts\";s:20:\"%1$s Deleted Post(s)\";s:17:\"x_moderated_posts\";s:22:\"%1$s Moderated Post(s)\";s:12:\"x_months_ago\";s:15:\"%1$s Months Ago\";s:33:\"you_can_only_search_thread_titles\";s:177:\"<em>You can only search in thread titles in the forums marked with an <strong>*</strong>.  Please select \'Search Thread Titles Only\' to include these forums in your search.</em>\";s:15:\"your_last_visit\";s:15:\"Your Last Visit\";}','a:58:{s:10:\"add_a_poll\";s:10:\"Add a Poll\";s:25:\"add_a_poll_to_this_thread\";s:25:\"Add a Poll to this Thread\";s:11:\"admin_tools\";s:16:\"Moderation Tools\";s:25:\"already_rated_this_thread\";s:34:\"You have already rated this thread\";s:7:\"average\";s:7:\"Average\";s:3:\"bad\";s:3:\"Bad\";s:14:\"cancel_changes\";s:14:\"Cancel Changes\";s:15:\"choose_a_rating\";s:15:\"Choose a rating\";s:22:\"click_quick_reply_icon\";s:85:\"Please click one of the Quick Reply icons in the posts above to activate Quick Reply.\";s:12:\"close_thread\";s:12:\"Close Thread\";s:11:\"copy_thread\";s:11:\"Copy Thread\";s:12:\"deleted_post\";s:12:\"Deleted Post\";s:13:\"display_modes\";s:13:\"Display Modes\";s:15:\"email_this_page\";s:15:\"Email this Page\";s:9:\"excellent\";s:9:\"Excellent\";s:4:\"good\";s:4:\"Good\";s:11:\"hybrid_mode\";s:11:\"Hybrid Mode\";s:11:\"linear_mode\";s:11:\"Linear Mode\";s:14:\"moderated_post\";s:14:\"Moderated Post\";s:10:\"moderation\";s:10:\"Moderation\";s:18:\"more_replies_below\";s:35:\"More replies below current depth...\";s:11:\"move_thread\";s:11:\"Move Thread\";s:4:\"next\";s:4:\"Next\";s:9:\"next_post\";s:9:\"Next Post\";s:11:\"next_thread\";s:11:\"Next Thread\";s:11:\"open_thread\";s:11:\"Open Thread\";s:12:\"post_deleted\";s:14:\"(Post Deleted)\";s:16:\"post_quick_reply\";s:16:\"Post Quick Reply\";s:31:\"posting_quick_reply_please_wait\";s:33:\"Posting Quick Reply - Please Wait\";s:11:\"prev_thread\";s:15:\"Previous Thread\";s:13:\"previous_post\";s:13:\"Previous Post\";s:11:\"quick_reply\";s:11:\"Quick Reply\";s:22:\"quote_message_in_reply\";s:23:\"Quote message in reply?\";s:16:\"rate_this_thread\";s:16:\"Rate This Thread\";s:11:\"rate_thread\";s:11:\"Rate Thread\";s:6:\"rating\";s:6:\"Rating\";s:16:\"remove_redirects\";s:16:\"Remove Redirects\";s:22:\"remove_text_formatting\";s:22:\"Remove Text Formatting\";s:18:\"search_this_thread\";s:18:\"Search this Thread\";s:22:\"show_printable_version\";s:22:\"Show Printable Version\";s:24:\"show_x_posts_on_one_page\";s:46:\"Show %1$s post(s) from this thread on one page\";s:19:\"show_your_signature\";s:19:\"Show your signature\";s:15:\"similar_threads\";s:15:\"Similar Threads\";s:12:\"split_thread\";s:12:\"Split Thread\";s:12:\"stick_thread\";s:12:\"Stick Thread\";s:24:\"subscribe_to_this_thread\";s:24:\"Subscribe to this Thread\";s:21:\"switch_to_hybrid_mode\";s:21:\"Switch to Hybrid Mode\";s:21:\"switch_to_linear_mode\";s:21:\"Switch to Linear Mode\";s:23:\"switch_to_threaded_mode\";s:23:\"Switch to Threaded Mode\";s:8:\"terrible\";s:8:\"Terrible\";s:12:\"thread_tools\";s:12:\"Thread Tools\";s:13:\"threaded_mode\";s:13:\"Threaded Mode\";s:14:\"unstick_thread\";s:14:\"Unstick Thread\";s:28:\"unsubscribe_from_this_thread\";s:28:\"Unsubscribe from this Thread\";s:31:\"users_viewing_this_thread_x_y_z\";s:107:\"Currently Active Users Viewing This Thread: %1$s <span class=\"normal\">(%2$s members and %3$s guests)</span>\";s:17:\"view_first_unread\";s:17:\"View First Unread\";s:16:\"view_single_post\";s:16:\"View Single Post\";s:21:\"you_rated_this_thread\";s:21:\"You Rated this Thread\";}','a:34:{s:20:\"add_infraction_for_x\";s:23:\"Add Infraction for %1$s\";s:20:\"add_to_xs_reputation\";s:24:\"Add to %1$s\'s Reputation\";s:19:\"add_x_to_buddy_list\";s:27:\"Add %1$s to Your Buddy List\";s:29:\"administrator_decided_x_quiet\";s:85:\"The administrator has decided that <strong>%1$s</strong> should be quiet for a while.\";s:3:\"age\";s:3:\"Age\";s:14:\"attached_files\";s:14:\"Attached Files\";s:15:\"attached_images\";s:15:\"Attached Images\";s:19:\"attached_thumbnails\";s:19:\"Attached Thumbnails\";s:28:\"attachments_pending_approval\";s:28:\"Attachments Pending Approval\";s:19:\"edit_delete_message\";s:19:\"Edit/Delete Message\";s:11:\"file_type_x\";s:15:\"File Type: %1$s\";s:19:\"find_all_posts_by_x\";s:22:\"Find all posts by %1$s\";s:20:\"find_more_posts_by_x\";s:23:\"Find More Posts by %1$s\";s:7:\"forward\";s:7:\"Forward\";s:26:\"image_larger_version_x_y_z\";s:79:\"Click image for larger version\r\n\r\nName:	%1$s\r\nViews:	%2$s\r\nSize:	%3$s\r\nID:	%4$s\";s:11:\"image_x_y_z\";s:37:\"Name:  %1$s\r\nViews: %2$s\r\nSize:  %3$s\";s:2:\"ip\";s:2:\"IP\";s:26:\"last_edited_by_x_on_y_at_z\";s:60:\"Last edited by %1$s : %2$s at <span class=\"time\">%3$s</span>\";s:31:\"message_hidden_x_on_ignore_list\";s:111:\"This message is hidden because <strong>%1$s</strong> is on your <a href=\"%2$s\" target=\"_blank\">ignore list</a>.\";s:24:\"multi_quote_this_message\";s:24:\"Multi-Quote This Message\";s:6:\"post_x\";s:9:\"Post %1$s\";s:27:\"quick_reply_to_this_message\";s:27:\"Quick reply to this message\";s:19:\"received_infraction\";s:19:\"Received Infraction\";s:16:\"received_warning\";s:16:\"Received Warning\";s:28:\"remove_user_from_ignore_list\";s:28:\"Remove user from ignore list\";s:16:\"reply_with_quote\";s:16:\"Reply With Quote\";s:15:\"report_bad_post\";s:11:\"Report Post\";s:8:\"reppower\";s:9:\"Rep Power\";s:15:\"send_email_to_x\";s:18:\"Send email to %1$s\";s:19:\"view_public_profile\";s:19:\"View Public Profile\";s:17:\"visit_xs_homepage\";s:22:\"Visit %1$s\'s homepage!\";s:9:\"x_until_y\";s:15:\"%1$s until %2$s\";s:7:\"x_views\";s:10:\"%1$s views\";s:9:\"xs_avatar\";s:13:\"%1$s\'s Avatar\";}','a:53:{s:13:\"add_moderator\";s:13:\"Add Moderator\";s:11:\"admin_tools\";s:11:\"Admin Tools\";s:9:\"ascending\";s:9:\"Ascending\";s:9:\"beginning\";s:9:\"Beginning\";s:10:\"descending\";s:10:\"Descending\";s:14:\"expires_on_x_y\";s:23:\"Expires on %1$s at %2$s\";s:11:\"forum_tools\";s:11:\"Forum Tools\";s:8:\"from_the\";s:8:\"From The\";s:25:\"hot_thread_with_new_posts\";s:25:\"Hot thread with new posts\";s:28:\"hot_thread_with_no_new_posts\";s:28:\"Hot thread with no new posts\";s:13:\"last_100_days\";s:13:\"Last 100 Days\";s:12:\"last_10_days\";s:12:\"Last 10 Days\";s:11:\"last_2_days\";s:11:\"Last 2 Days\";s:13:\"last_2_months\";s:13:\"Last 2 Months\";s:12:\"last_2_weeks\";s:12:\"Last 2 Weeks\";s:12:\"last_45_days\";s:12:\"Last 45 Days\";s:12:\"last_75_days\";s:12:\"Last 75 Days\";s:8:\"last_day\";s:8:\"Last Day\";s:10:\"last_month\";s:10:\"Last Month\";s:14:\"last_post_time\";s:14:\"Last Post Time\";s:9:\"last_week\";s:9:\"Last Week\";s:9:\"last_year\";s:9:\"Last Year\";s:20:\"mark_this_forum_read\";s:20:\"Mark This Forum Read\";s:9:\"mass_move\";s:9:\"Mass Move\";s:10:\"mass_prune\";s:10:\"Mass Prune\";s:16:\"massmove_threads\";s:17:\"Mass-Move Threads\";s:17:\"massprune_threads\";s:18:\"Mass-Prune Threads\";s:10:\"moderation\";s:10:\"Moderation\";s:22:\"no_posts_in_this_forum\";s:33:\"There are no posts in this forum.\";s:26:\"no_posts_last_x_days_forum\";s:61:\"There have been no posts in the last %1$s days in this forum.\";s:17:\"post_a_new_thread\";s:17:\"Post a New Thread\";s:21:\"post_new_announcement\";s:21:\"Post New Announcement\";s:15:\"post_new_thread\";s:15:\"Post New Thread\";s:6:\"rating\";s:6:\"Rating\";s:17:\"search_this_forum\";s:17:\"Search this Forum\";s:27:\"showing_threads_x_to_y_of_z\";s:36:\"Showing threads %1$s to %2$s of %3$s\";s:10:\"sort_order\";s:10:\"Sort Order\";s:9:\"sorted_by\";s:9:\"Sorted By\";s:23:\"subscribe_to_this_forum\";s:23:\"Subscribe to This Forum\";s:40:\"thread_contains_a_message_written_by_you\";s:40:\"Thread Contains a Message Written By You\";s:16:\"thread_is_closed\";s:16:\"Thread is closed\";s:13:\"thread_rating\";s:13:\"Thread Rating\";s:17:\"thread_start_time\";s:17:\"Thread Start Time\";s:12:\"thread_title\";s:12:\"Thread Title\";s:16:\"threads_in_forum\";s:16:\"Threads in Forum\";s:34:\"try_controls_below_for_older_posts\";s:74:\"Try using the controls below to search for any older posts that may exist.\";s:21:\"view_attachment_queue\";s:21:\"View Attachment Queue\";s:17:\"view_parent_forum\";s:17:\"View Parent Forum\";s:16:\"view_posts_queue\";s:16:\"View Posts Queue\";s:15:\"x_deleted_posts\";s:20:\"%1$s Deleted Post(s)\";s:18:\"x_members_y_guests\";s:30:\"%1$s members &amp; %2$s guests\";s:17:\"x_moderated_posts\";s:22:\"%1$s Moderated Post(s)\";s:30:\"you_have_posted_in_this_thread\";s:30:\"You have posted in this thread\";}','a:44:{s:26:\"add_x_to_your_contact_list\";s:52:\"Add <span dir=\"ltr\">%1$s</span> to your contact list\";s:3:\"aim\";s:3:\"AIM\";s:20:\"aim_hi_are_you_there\";s:18:\"Hi.+Are+you+there?\";s:13:\"email_subject\";s:13:\"Email Subject\";s:15:\"email_to_friend\";s:15:\"Email to Friend\";s:4:\"from\";s:4:\"From\";s:3:\"icq\";s:3:\"ICQ\";s:3:\"msn\";s:3:\"MSN\";s:29:\"msn_functions_only_work_in_ie\";s:72:\"The MSN functions only work when launched from Internet Explorer (MSIE).\";s:13:\"online_status\";s:13:\"Online Status\";s:19:\"only_used_to_report\";s:139:\"<strong>Note</strong>: This is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:5:\"other\";s:5:\"Other\";s:23:\"recipient_email_address\";s:23:\"Recipient Email Address\";s:14:\"recipient_name\";s:14:\"Recipient Name\";s:15:\"report_bad_post\";s:11:\"Report Post\";s:33:\"send_email_to_forum_administrator\";s:40:\"Send an Email to the Forum Administrator\";s:12:\"send_message\";s:12:\"Send Message\";s:30:\"send_message_via_aim_to_x_link\";s:80:\"Send Message Via AIM to <a href=\"%1$s\" target=\"_blank\"><strong>%2$s</strong></a>\";s:32:\"send_message_via_email_to_x_link\";s:84:\"Send a message via Email to <a href=\"%1$s\" target=\"_blank\"><strong>%2$s</strong></a>\";s:30:\"send_message_via_icq_to_x_link\";s:80:\"Send Message Via ICQ to <a href=\"%1$s\" target=\"_blank\"><strong>%2$s</strong></a>\";s:30:\"send_message_via_msn_to_x_link\";s:80:\"Send Message Via MSN to <a href=\"%1$s\" target=\"_blank\"><strong>%2$s</strong></a>\";s:32:\"send_message_via_skype_to_x_link\";s:89:\"Send Message Via Skype&trade; to <a href=\"%1$s\" target=\"_blank\"><strong>%2$s</strong></a>\";s:23:\"send_message_via_x_to_y\";s:29:\"Send message via %1$s to %2$s\";s:32:\"send_message_via_yahoo_to_x_link\";s:83:\"Send Message Via Yahoo! to <a href=\"%1$s\" target=\"_blank\"><strong>%2$s</strong></a>\";s:21:\"send_page_to_a_friend\";s:21:\"Send Page to a Friend\";s:16:\"send_x_a_message\";s:42:\"Send <span dir=\"ltr\">%1$s</span> a message\";s:5:\"skype\";s:12:\"Skype&trade;\";s:17:\"skype_add_contact\";s:25:\"Add to Skype contact list\";s:21:\"skype_leave_voicemail\";s:27:\"Leave voicemail using Skype\";s:15:\"skype_send_file\";s:23:\"Send a file using Skype\";s:16:\"skype_start_call\";s:22:\"Start Skype voice call\";s:16:\"skype_start_chat\";s:21:\"Start Skype text chat\";s:18:\"skype_view_profile\";s:18:\"View Skype profile\";s:27:\"these_functions_require_aim\";s:129:\"Please note that these functions require that you actually have the AOL Instant Messenger application installed on your computer.\";s:27:\"these_functions_require_msn\";s:219:\"Please note that these functions require that you be logged into either MSN Messenger or Windows Messenger. You will not be able to send messages to the email address that you are logged into MSN/Windows Messenger with.\";s:29:\"these_functions_require_skype\";s:104:\"These functions require <a href=\"http://www.skype.com\" target=\"_blank\">Skype&trade;</a> to be installed.\";s:27:\"thought_might_be_interested\";s:122:\"I thought you might be interested in reading this web page:\r\n%1$s/showthread.php?t=%2$s&amp;referrerid=%3$s\r\n\r\nFrom,\r\n%4$s\";s:11:\"unread_date\";s:6:\"Unread\";s:34:\"using_form_email_available_to_user\";s:100:\"Note: By using this form, your email address will become available to the user who you are emailing.\";s:21:\"view_the_profile_of_x\";s:47:\"View the profile of <span dir=\"ltr\">%1$s</span>\";s:5:\"yahoo\";s:6:\"Yahoo!\";s:45:\"you_must_be_logged_into_msn_before_doing_this\";s:67:\"You must be logged into MSN or Windows Messenger before doing this.\";s:12:\"your_details\";s:12:\"Your Details\";s:9:\"your_name\";s:9:\"Your Name\";}','a:40:{s:19:\"approve_attachments\";s:19:\"Approve Attachments\";s:13:\"approve_posts\";s:13:\"Approve Posts\";s:15:\"approve_threads\";s:15:\"Approve Threads\";s:15:\"clear_post_list\";s:18:\"Deselect All Posts\";s:17:\"clear_thread_list\";s:20:\"Deselect All Threads\";s:13:\"close_threads\";s:13:\"Close Threads\";s:10:\"copy_posts\";s:10:\"Copy Posts\";s:14:\"delete_threads\";s:14:\"Delete Threads\";s:23:\"deleting_the_first_post\";s:78:\"Deleting the first post of a thread will result in the deletion of the thread.\";s:12:\"deselect_all\";s:29:\"<strong>Deselect</strong> All\";s:14:\"from_this_page\";s:17:\"From This Page...\";s:16:\"invert_selection\";s:33:\"<strong>Invert</strong> Selection\";s:11:\"merge_posts\";s:11:\"Merge Posts\";s:13:\"merge_threads\";s:13:\"Merge Threads\";s:23:\"moderated_thread_prefix\";s:10:\"Moderated:\";s:10:\"moderation\";s:10:\"Moderation\";s:10:\"move_posts\";s:10:\"Move Posts\";s:12:\"move_threads\";s:12:\"Move Threads\";s:12:\"open_threads\";s:12:\"Open Threads\";s:10:\"select_all\";s:27:\"<strong>Select</strong> All\";s:21:\"select_closed_threads\";s:38:\"Select <strong>Closed</strong> Threads\";s:20:\"select_deleted_posts\";s:37:\"Select <strong>Deleted</strong> Posts\";s:22:\"select_deleted_threads\";s:39:\"Select <strong>Deleted</strong> Threads\";s:24:\"select_posts_from_guests\";s:41:\"Select Posts from <strong>Guests</strong>\";s:29:\"select_posts_with_attachments\";s:46:\"Select Posts with <strong>Attachments</strong>\";s:21:\"select_sticky_threads\";s:38:\"Select <strong>Sticky</strong> Threads\";s:31:\"select_threads_with_attachments\";s:48:\"Select Threads with <strong>Attachments</strong>\";s:25:\"select_threads_with_polls\";s:42:\"Select Threads with <strong>Polls</strong>\";s:23:\"select_unapproved_posts\";s:40:\"Select <strong>Unapproved</strong> Posts\";s:25:\"select_unapproved_threads\";s:42:\"Select <strong>Unapproved</strong> Threads\";s:13:\"stick_threads\";s:13:\"Stick Threads\";s:21:\"unapprove_attachments\";s:21:\"Unapprove Attachments\";s:15:\"unapprove_posts\";s:15:\"Unapprove Posts\";s:17:\"unapprove_threads\";s:17:\"Unapprove Threads\";s:14:\"undelete_posts\";s:14:\"Undelete Posts\";s:16:\"undelete_threads\";s:16:\"Undelete Threads\";s:15:\"unstick_threads\";s:15:\"Unstick Threads\";s:19:\"view_selected_posts\";s:19:\"View Selected Posts\";s:21:\"view_selected_threads\";s:21:\"View Selected Threads\";s:8:\"x_y_by_z\";s:19:\"(%1$s) %2$s by %3$s\";}','a:138:{s:6:\"active\";s:6:\"Active\";s:18:\"add_import_product\";s:18:\"Add/Import Product\";s:30:\"add_new_install_uninstall_code\";s:30:\"Add New Install/Uninstall Code\";s:14:\"add_new_plugin\";s:14:\"Add New Plugin\";s:15:\"add_new_product\";s:15:\"Add New Product\";s:26:\"add_new_product_dependency\";s:26:\"Add New Product Dependency\";s:31:\"allow_overwrite_upgrade_product\";s:91:\"Allow Overwrite<br /><dfn>If you wish to upgrade a product, you must set this to yes.</dfn>\";s:36:\"are_you_sure_want_to_delete_plugin_x\";s:161:\"Are you <b>sure</b> you want to delete the plugin called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:37:\"are_you_sure_want_to_delete_product_x\";s:165:\"Are you <b>sure</b> you want to uninstall the product called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be undone.\";s:13:\"check_version\";s:13:\"Check Version\";s:24:\"click_here_for_more_info\";s:32:\"Click here for more information!\";s:20:\"compatibility_starts\";s:20:\"Compatibility Starts\";s:33:\"compatibility_starts_with_version\";s:33:\"Compatibility Starts With Version\";s:26:\"compatible_starting_with_x\";s:29:\"Compatible starting with %1$s\";s:15:\"dependency_type\";s:15:\"Dependency Type\";s:13:\"edit_plugin_x\";s:44:\"Edit Plugin <span class=\"normal\">%1$s</span>\";s:14:\"edit_product_x\";s:45:\"Edit Product <span class=\"normal\">%1$s</span>\";s:31:\"existing_install_uninstall_code\";s:31:\"Existing Install/Uninstall Code\";s:29:\"existing_product_dependencies\";s:29:\"Existing Product Dependencies\";s:13:\"hook_location\";s:13:\"Hook Location\";s:18:\"hook_location_desc\";s:102:\"This specifies the location within the vBulletin code of the hook that will fire this plugin function.\";s:18:\"hooktype_admindata\";s:18:\"Admin Data Manager\";s:19:\"hooktype_adminindex\";s:20:\"Admin CP Index Pages\";s:13:\"hooktype_ajax\";s:14:\"AJAX Functions\";s:21:\"hooktype_announcement\";s:13:\"Announcements\";s:25:\"hooktype_announcementdata\";s:25:\"Announcement Data Manager\";s:16:\"hooktype_archive\";s:7:\"Archive\";s:19:\"hooktype_attachdata\";s:23:\"Attachment Data Manager\";s:19:\"hooktype_attachment\";s:12:\"Attachments \";s:17:\"hooktype_calendar\";s:8:\"Calendar\";s:13:\"hooktype_cron\";s:4:\"Cron\";s:15:\"hooktype_digest\";s:7:\"Digests\";s:15:\"hooktype_editor\";s:6:\"Editor\";s:17:\"hooktype_editpost\";s:9:\"Edit Post\";s:18:\"hooktype_eventdata\";s:18:\"Event Data Manager\";s:17:\"hooktype_external\";s:20:\"External Syndication\";s:12:\"hooktype_faq\";s:3:\"FAQ\";s:19:\"hooktype_forumadmin\";s:20:\"Forum Administration\";s:17:\"hooktype_forumbit\";s:10:\"Forum Bits\";s:18:\"hooktype_forumdata\";s:18:\"Forum Data Manager\";s:21:\"hooktype_forumdisplay\";s:13:\"Forum Display\";s:18:\"hooktype_forumhome\";s:10:\"Forum Home\";s:16:\"hooktype_general\";s:7:\"General\";s:21:\"hooktype_generaladmin\";s:22:\"General Administration\";s:19:\"hooktype_generalmod\";s:31:\"General Moderator Control Panel\";s:14:\"hooktype_image\";s:13:\"Image Display\";s:19:\"hooktype_infraction\";s:11:\"Infractions\";s:23:\"hooktype_infractiondata\";s:23:\"Infraction Data Manager\";s:18:\"hooktype_inlinemod\";s:17:\"Inline Moderation\";s:20:\"hooktype_joinrequest\";s:13:\"Join Requests\";s:14:\"hooktype_login\";s:14:\"Login / Logout\";s:15:\"hooktype_member\";s:16:\"Member\'s Profile\";s:19:\"hooktype_memberlist\";s:11:\"Member List\";s:13:\"hooktype_misc\";s:13:\"Miscellaneous\";s:19:\"hooktype_moderation\";s:20:\"Moderation (User CP)\";s:22:\"hooktype_moderatordata\";s:22:\"Moderator Data Manager\";s:22:\"hooktype_newattachment\";s:34:\"New Attachments (Incomplete Posts)\";s:16:\"hooktype_newpost\";s:8:\"New Post\";s:17:\"hooktype_newreply\";s:9:\"New Reply\";s:18:\"hooktype_newthread\";s:10:\"New Thread\";s:15:\"hooktype_online\";s:13:\"Who\'s Online?\";s:16:\"hooktype_paidsub\";s:18:\"Paid Subscriptions\";s:15:\"hooktype_pmdata\";s:30:\"Private Messaging Data Manager\";s:13:\"hooktype_poll\";s:6:\"Polls \";s:17:\"hooktype_polldata\";s:17:\"Poll Data Manager\";s:21:\"hooktype_pollvotedata\";s:22:\"Poll Vote Data Manager\";s:16:\"hooktype_postbit\";s:9:\"Post Bits\";s:17:\"hooktype_postdata\";s:17:\"Post Data Manager\";s:18:\"hooktype_posticons\";s:10:\"Post Icons\";s:20:\"hooktype_printthread\";s:12:\"Print Thread\";s:16:\"hooktype_private\";s:17:\"Private Messaging\";s:16:\"hooktype_profile\";s:24:\"Profile / Option Updates\";s:17:\"hooktype_register\";s:12:\"Registration\";s:15:\"hooktype_report\";s:15:\"Report Bad Post\";s:19:\"hooktype_reputation\";s:10:\"Reputation\";s:20:\"hooktype_rssfeeddata\";s:21:\"RSS Feed Data Manager\";s:15:\"hooktype_search\";s:9:\"Searching\";s:20:\"hooktype_sendmessage\";s:12:\"Send Message\";s:19:\"hooktype_showgroups\";s:27:\"Show Groups (Forum Leaders)\";s:17:\"hooktype_showpost\";s:9:\"Show Post\";s:19:\"hooktype_showthread\";s:11:\"Show Thread\";s:18:\"hooktype_styleedit\";s:21:\"Admin CP Style Editor\";s:18:\"hooktype_threadbit\";s:11:\"Thread Bits\";s:19:\"hooktype_threaddata\";s:19:\"Thread Data Manager\";s:21:\"hooktype_threadfpdata\";s:37:\"Thread Data Manager (with First Post)\";s:21:\"hooktype_threadmanage\";s:17:\"Thread Management\";s:19:\"hooktype_threadrate\";s:13:\"Thread Rating\";s:23:\"hooktype_threadratedata\";s:26:\"Thread Rating Data Manager\";s:18:\"hooktype_useradmin\";s:19:\"User Administration\";s:15:\"hooktype_usercp\";s:18:\"User Control Panel\";s:17:\"hooktype_userdata\";s:17:\"User Data Manager\";s:17:\"hooktype_usernote\";s:10:\"User Notes\";s:20:\"hooktype_userpicdata\";s:26:\"User Pictures Data Manager\";s:16:\"hooktype_usersub\";s:38:\"User Subscriptions (Thread and Forums)\";s:16:\"hooktype_wysiwyg\";s:15:\"WYSIWYG Parsing\";s:22:\"import_plugin_xml_file\";s:34:\"Import Plugin Definitions XML File\";s:14:\"import_product\";s:14:\"Import Product\";s:17:\"importing_plugins\";s:28:\"Importing Plugin Definitions\";s:17:\"importing_product\";s:17:\"Importing Product\";s:17:\"incompatible_with\";s:17:\"Incompatible With\";s:35:\"incompatible_with_version_and_newer\";s:58:\"Incompatible With Version\r\n<dfn>(And newer versions)</dfn>\";s:31:\"incompatible_with_x_and_greater\";s:34:\"Incompatible with %1$s and greater\";s:12:\"install_code\";s:12:\"Install Code\";s:18:\"installed_products\";s:18:\"Installed Products\";s:17:\"installed_version\";s:17:\"Installed Version\";s:14:\"latest_version\";s:14:\"Latest Version\";s:13:\"mysql_version\";s:13:\"MySQL Version\";s:11:\"php_version\";s:11:\"PHP Version\";s:18:\"plugin_active_desc\";s:122:\"If this plugin is marked as inactive, it will not be called by vBulletin. Use this to temporarily turn plugins on and off.\";s:16:\"plugin_code_desc\";s:67:\"Use this field to enter the PHP code that you would like to be run.\";s:22:\"plugin_execution_order\";s:15:\"Execution Order\";s:39:\"plugin_inactive_due_to_product_disabled\";s:99:\"<strong>This plugin is currently inactive due to the product <em>%1$s</em> being disabled.</strong>\";s:16:\"plugin_is_active\";s:16:\"Plugin is Active\";s:17:\"plugin_order_desc\";s:82:\"Use this field to enter the order in which code at the same hook will be executed.\";s:15:\"plugin_php_code\";s:15:\"Plugin PHP Code\";s:22:\"plugin_products_system\";s:28:\"Plugin &amp; Products System\";s:13:\"plugin_system\";s:13:\"Plugin System\";s:17:\"plugin_title_desc\";s:41:\"Enter a title that describes this plugin.\";s:22:\"plugins_disable_config\";s:71:\"<b>Warning:</b> Plugins are currently globally disabled via config.php.\";s:24:\"plugins_disabled_options\";s:276:\"<b>Warning:</b> Plugins are currently globally disabled in your options. In order for plugins and products to function correctly, you must <a href=\"options.php?do=options&amp;dogroup=plugin\">enable the plugin system</a>. Importing a product will do this for you automatically.\";s:10:\"product_id\";s:10:\"Product ID\";s:36:\"product_incompatible_version_x_mysql\";s:63:\"This product is not compatible with version %1$s of MySQL. %2$s\";s:34:\"product_incompatible_version_x_php\";s:61:\"This product is not compatible with version %1$s of PHP. %2$s\";s:40:\"product_incompatible_version_x_product_y\";s:83:\"This product is not compatible with version %1$s of the product <em>%3$s</em>. %2$s\";s:40:\"product_incompatible_version_x_vbulletin\";s:67:\"This product is not compatible with version %1$s of vBulletin. %2$s\";s:11:\"product_url\";s:11:\"Product URL\";s:27:\"product_x_must_be_activated\";s:81:\"The product <em>%1$s</em> must be activated before this product may be installed.\";s:27:\"product_x_must_be_installed\";s:86:\"The product <em>%1$s</em> must be installed before this product may be installed. %2$s\";s:21:\"product_x_out_of_date\";s:56:\"Product <span class=\"normal\">%1$s</span> is out of date.\";s:20:\"product_x_up_to_date\";s:55:\"Product <span class=\"normal\">%1$s</span> is up to date.\";s:18:\"save_active_status\";s:18:\"Save Active Status\";s:9:\"uninstall\";s:9:\"Uninstall\";s:14:\"uninstall_code\";s:14:\"Uninstall Code\";s:34:\"uninstall_product_break_products_x\";s:92:\"If you uninstall this product, the following products may no longer function:\r\n<ol>%1$s</ol>\";s:18:\"vb_prefix_reserved\";s:237:\"The product ID prefix <strong>vb</strong> is reserved for official vBulletin products.<br />\r\n<br />\r\nIf you have not received express permission from the vBulletin development team to use the vb prefix, please alter your product ID now.\";s:17:\"vbulletin_version\";s:17:\"vBulletin Version\";s:7:\"version\";s:7:\"Version\";s:17:\"version_check_url\";s:17:\"Version Check URL\";}','a:8:{s:11:\"field1_desc\";s:28:\"A few details about yourself\";s:12:\"field1_title\";s:9:\"Biography\";s:11:\"field2_desc\";s:14:\"Where you live\";s:12:\"field2_title\";s:8:\"Location\";s:11:\"field3_desc\";s:17:\"Your hobbies, etc\";s:12:\"field3_title\";s:9:\"Interests\";s:11:\"field4_desc\";s:8:\"Your job\";s:12:\"field4_title\";s:10:\"Occupation\";}','a:15:{s:11:\"reputation1\";s:30:\"is infamous around these parts\";s:12:\"reputation10\";s:29:\"is a glorious beacon of light\";s:12:\"reputation11\";s:22:\"is a name known to all\";s:12:\"reputation12\";s:27:\"is a splendid one to behold\";s:12:\"reputation13\";s:23:\"has much to be proud of\";s:12:\"reputation14\";s:22:\"has a brilliant future\";s:12:\"reputation15\";s:30:\"has a reputation beyond repute\";s:11:\"reputation2\";s:24:\"can only hope to improve\";s:11:\"reputation3\";s:44:\"has a little shameless behaviour in the past\";s:11:\"reputation4\";s:36:\"is an unknown quantity at this point\";s:11:\"reputation5\";s:26:\"is on a distinguished road\";s:11:\"reputation6\";s:30:\"will become famous soon enough\";s:11:\"reputation7\";s:28:\"has a spectacular aura about\";s:11:\"reputation8\";s:23:\"is a jewel in the rough\";s:11:\"reputation9\";s:19:\"is just really nice\";}','a:77:{s:6:\"active\";s:6:\"Active\";s:26:\"active_infraction_x_points\";s:33:\"Active Infraction (%1$s Point(s))\";s:14:\"active_warning\";s:14:\"Active Warning\";s:21:\"add_new_automatic_ban\";s:21:\"Add New Automatic Ban\";s:29:\"add_new_user_infraction_group\";s:29:\"Add New User Infraction Group\";s:19:\"administrative_note\";s:19:\"Administrative Note\";s:6:\"amount\";s:6:\"Amount\";s:40:\"are_you_sure_want_to_delete_infraction_x\";s:48:\"Are you sure you want to delete Infraction %1$s?\";s:50:\"are_you_sure_you_want_to_delete_this_automatic_ban\";s:51:\"Are you sure you want to delete this automatic ban?\";s:53:\"are_you_sure_you_want_to_delete_this_infraction_group\";s:54:\"Are you sure you want to delete this infraction group?\";s:53:\"are_you_sure_you_want_to_delete_this_infraction_level\";s:54:\"Are you sure you want to delete this infraction level?\";s:13:\"automatic_ban\";s:13:\"Automatic Ban\";s:14:\"automatic_bans\";s:14:\"Automatic Bans\";s:13:\"ban_usergroup\";s:13:\"Ban Usergroup\";s:25:\"current_infraction_groups\";s:25:\"Current Infraction Groups\";s:17:\"custom_infraction\";s:17:\"Custom Infraction\";s:17:\"discussion_thread\";s:17:\"Discussion Thread\";s:7:\"expired\";s:7:\"Expired\";s:27:\"expired_infraction_x_points\";s:34:\"Expired Infraction (%1$s Point(s))\";s:15:\"expired_warning\";s:15:\"Expired Warning\";s:7:\"expires\";s:7:\"Expires\";s:6:\"extend
